X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=fhi_lib%2Fapp%2FMakefile;h=8de2dfabf3ed65d69d7d54fa3f42104982dbe923;hb=2fbf70096f64af622da983e88c5a64e90ad9bdbd;hp=1c2437d7a6ea0e941e45e671da8cccd9dbd3e5a1;hpb=cef07f74965b1749dd909fc1322e211489fea2ea;p=o-du%2Fphy.git diff --git a/fhi_lib/app/Makefile b/fhi_lib/app/Makefile index 1c2437d..8de2dfa 100644 --- a/fhi_lib/app/Makefile +++ b/fhi_lib/app/Makefile @@ -16,7 +16,6 @@ #* #*******************************************************************************/ - MYCUSTOMTAB=' ' MYCUSTOMSPACE='============================================================================================' MYCUSTOMSPACE1='------------------------------------------------------------' @@ -73,7 +72,8 @@ CC_FLAGS += -std=gnu11 -Wall -Wno-deprecated-declarations \ -g \ -Wall \ -Wimplicit-function-declaration \ - -g -O3 + -g -O3 -wd1786 +CC_FLAGS += -fstack-protector-strong -z,now, -z,relro -z noexecstack -Wformat -Wformat-security -Werror=format-security -fno-strict-overflow -fwrapv CPP_FLAGS := -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D_GNU_SOURCE -D_REENTRANT -pipe -no-prec-div \ -no-prec-div -fp-model fast=2\