diff options
Diffstat (limited to 'config/linux')
-rw-r--r-- | config/linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/linux b/config/linux index bdf4143..519c9ab 100644 --- a/config/linux +++ b/config/linux @@ -45,7 +45,7 @@ debug="-g -DH5AC_DEBUG -DH5B_DEBUG -DH5F_DEBUG -DH5G_DEBUG -UH5O_DEBUG -DH5T_DEB production="-O3 -DNDEBUG -finline-functions -funroll-loops -malign-double -fomit-frame-pointer" -default_mode='$debug $warn -pipe -DH5F_LOW_DFLT=H5F_LOW_SEC2' +default_mode='-ansi $debug $warn -pipe -DH5F_LOW_DFLT=H5F_LOW_SEC2' # Don't set CFLAGS if the user already did. if test -z "$CFLAGS"; then |