Revert "Limit _FORTIFY_SOURCE <= 2"

This reverts commit 5fe563bed8.
This commit is contained in:
Andrew Johnson
2024-06-26 11:45:26 -05:00
committed by Michael Davidsaver
parent 065fe7cab6
commit dad0ee9c89

View File

@ -64,7 +64,3 @@ COMMANDLINE_LIBRARY ?= EPICS
#else
COMMANDLINE_LIBRARY ?= $(strip $(if $(wildcard $(if $(GNU_DIR),$(GNU_DIR)/include/readline/readline.h)), READLINE, EPICS))
#endif
#if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE>2
OP_SYS_CPPFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
#endif