summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorXavier ASUS <xavi92psx@gmail.com>2019-10-21 03:05:54 +0200
committerXavier ASUS <xavi92psx@gmail.com>2019-10-21 03:05:54 +0200
commitde2840528859860ca242f7bde0cbd90d51984cf2 (patch)
tree27b5b5bebf573c275ba413e96829e92c985c11ef /configure
parent41e45c2e8d8083be3157f2d7e884adf454332358 (diff)
downloadsdcc-gas-de2840528859860ca242f7bde0cbd90d51984cf2.tar.gz
Updated Makefiles
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index ce16780..11c2fa9 100755
--- a/configure
+++ b/configure
@@ -3528,13 +3528,13 @@ if test "$ac_test_CFLAGS" = set; then
CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then
if test "$GCC" = yes; then
- CFLAGS="-g -O2"
+ CFLAGS="-g -Og"
else
CFLAGS="-g"
fi
else
if test "$GCC" = yes; then
- CFLAGS="-O2"
+ CFLAGS="-Og"
else
CFLAGS=
fi
@@ -4012,13 +4012,13 @@ if test "$ac_test_CXXFLAGS" = set; then
CXXFLAGS=$ac_save_CXXFLAGS
elif test $ac_cv_prog_cxx_g = yes; then
if test "$GXX" = yes; then
- CXXFLAGS="-g -O2"
+ CXXFLAGS="-g -Og"
else
CXXFLAGS="-g"
fi
else
if test "$GXX" = yes; then
- CXXFLAGS="-O2"
+ CXXFLAGS="-Og"
else
CXXFLAGS=
fi