X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=build%2Fcommon%2Fcompile.mak;h=e7464926bc2acbca99367ccb84d29883fc3950b9;hb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;hp=de03d83c8c99e675d225adceebd84e6063497a53;hpb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;p=o-du%2Fl2.git diff --git a/build/common/compile.mak b/build/common/compile.mak index de03d83c8..e7464926b 100644 --- a/build/common/compile.mak +++ b/build/common/compile.mak @@ -64,9 +64,9 @@ endif TENB_FLAGS=-DLTERRC_REL9 -DEGTP_U_REL_9 -UMAC_SCH_STATS -USCH_STATS \ -DTENB_TTI_PERF -DAES -DLTE_RRC_DISSECTOR -DRSYS_WIRESHARK -ifneq ($(PLTFRM), PAL) -TENB_FLAGS += -DIPV6_SUPPORTED -endif +#ifneq ($(PLTFRM), PAL) +#TENB_FLAGS += -DIPV6_SUPPORTED +#endif ifeq ($(RADIO_CLUSTER), YES) TENB_FLAGS += -DRADIO_CLUSTER @@ -88,7 +88,7 @@ ALL_FLAGS=$(SS_FLAGS) $(CMN_FLAGS) $(ENV_FLAGS) $(RVW_FLAGS) $(TENB_FLAGS) $(LNX # compiler options: #C_OPTS+=-g -O3 -pipe -pedantic -Wall -Werror -Wno-comment -Wshadow -C_OPTS+=-g -O3 -pipe -Wall -Wno-comment -Wshadow \ +C_OPTS+=-g -pipe -Wall -Wno-comment -Wshadow \ -Wcast-qual -fno-strict-aliasing -fsigned-char --std=c99 COPTS_WO_PEDANTIC=-g -O3 -pipe -Wall -Werror -Wno-comment -Wshadow \