fixeria has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/53/31853/1
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) \