aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cbafd7d9..81bdbb31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -203,7 +203,7 @@ AS_CASE([${enable_build_type}],[release|release-*],
203 MHD_CHECK_ADD_CC_CFLAGS([-Wformat-security -Wstack-protector], [CFLAGS_ac]) 203 MHD_CHECK_ADD_CC_CFLAGS([-Wformat-security -Wstack-protector], [CFLAGS_ac])
204 ] 204 ]
205 ) 205 )
206 AS_VAR_IF([enable_build_type], 206 AS_VAR_IF([enable_build_type],["release"],
207 [ # Flags are not suitable for 'compact' and for 'hardened' 207 [ # Flags are not suitable for 'compact' and for 'hardened'
208 MHD_CHECK_ADD_CC_CFLAGS([-ffast-math -fno-trapping-math], [CFLAGS_ac]) 208 MHD_CHECK_ADD_CC_CFLAGS([-ffast-math -fno-trapping-math], [CFLAGS_ac])
209 ] 209 ]