build: enable readline in MU_HACKER build

This commit is contained in:
Dirk-Jan C. Binnema
2023-01-29 08:26:46 +02:00
parent 3e0c7ecdd9
commit 81a0a4fc41

View File

@ -1,4 +1,4 @@
## Copyright (C) 2008-2022 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ## Copyright (C) 2008-2023 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
## ##
## This program is free software; you can redistribute it and/or modify ## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by ## it under the terms of the GNU General Public License as published by
@ -27,8 +27,11 @@ ifneq ($(V),0)
endif endif
# when MU_HACKER is set, do a debug build # when MU_HACKER is set, do a debug build
# MU_HACKER is for djcb & compatible developers
ifneq (${MU_HACKER},) ifneq (${MU_HACKER},)
MESON_FLAGS:=$(MESON_FLAGS) '-Dbuildtype=debug' '-Db_sanitize=address' MESON_FLAGS:=$(MESON_FLAGS) '-Dbuildtype=debug' \
'-Db_sanitize=address' \
'-Dreadline=enabled'
endif endif
.PHONY: all .PHONY: all