Front Haul Interface Library update to third seed code contribution
[o-du/phy.git] / fhi_lib / app / Makefile
index 1c2437d..8de2dfa 100644 (file)
@@ -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\