diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-21 03:05:54 +0200 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-21 03:05:54 +0200 |
| commit | de2840528859860ca242f7bde0cbd90d51984cf2 (patch) | |
| tree | 27b5b5bebf573c275ba413e96829e92c985c11ef /configure | |
| parent | 41e45c2e8d8083be3157f2d7e884adf454332358 (diff) | |
| download | sdcc-gas-de2840528859860ca242f7bde0cbd90d51984cf2.tar.gz | |
Updated Makefiles
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
