From: Lucas De Marchi Date: Tue, 20 Dec 2011 21:45:59 +0000 (-0200) Subject: build-sys: do not use some compile flags by default X-Git-Tag: v2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ea6eddda2af5db30b7382e26f1a50a2fe706c52;p=thirdparty%2Fkmod.git build-sys: do not use some compile flags by default --- diff --git a/configure.ac b/configure.ac index 3de639b5..7842a6d5 100644 --- a/configure.ac +++ b/configure.ac @@ -108,11 +108,8 @@ CC_CHECK_CFLAGS_APPEND([ \ -Wchar-subscripts \ -Wtype-limits \ -Wuninitialized \ - -Wp,-D_FORTIFY_SOURCE=2 \ - -ffast-math \ -fno-common \ -fdiagnostics-show-option \ - -fno-strict-aliasing \ -fvisibility=hidden \ -ffunction-sections \ -fdata-sections \