fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/31853 )
Change subject: gprsdecode: Makefile.am: drop -Wno-missing-braces and -O3 ......................................................................
gprsdecode: Makefile.am: drop -Wno-missing-braces and -O3
Do not hard-code these CFLAGs, let the user decide on them.
Change-Id: I3a946b853029cc4cff9c2b15aa7339f84b2cb6c9 --- M src/host/gprsdecode/Makefile.am 1 file changed, 12 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/src/host/gprsdecode/Makefile.am b/src/host/gprsdecode/Makefile.am index 542d54b..b5c8b12 100644 --- a/src/host/gprsdecode/Makefile.am +++ b/src/host/gprsdecode/Makefile.am @@ -6,8 +6,7 @@ $(NULL)
AM_CFLAGS = \ - -Wall -O3 \ - -Wno-missing-braces \ + -Wall \ $(LIBOSMOGSM_CFLAGS) \ $(LIBOSMOCORE_CFLAGS) \ $(LIBOSMOCODING_CFLAGS) \