diff --git a/configure b/configure index b2ea55e..a19d238 100755 --- a/configure +++ b/configure @@ -420,6 +420,7 @@ if [ "$debug" = "yes" ]; then CFLAGS="-O1 -g -D_DEBUG $CFLAGS" else CFLAGS="-O4 -ffast-math -DNDEBUG $CFLAGS" + LDFLAGS="-ffast-math $LDFLAGS" fi if cc_check "stdio.h" "" "fseeko(stdin,0,0);" ; then