From 7ea6eddda2af5db30b7382e26f1a50a2fe706c52 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 20 Dec 2011 19:45:59 -0200 Subject: [PATCH] build-sys: do not use some compile flags by default --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 3de639b..7842a6d 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 \ -- 2.7.4