diff options
| author | Xavi Del Campo <xavi.dcr@tutanota.com> | 2019-11-05 17:56:35 +0100 |
|---|---|---|
| committer | Xavi Del Campo <xavi.dcr@tutanota.com> | 2019-11-05 17:56:35 +0100 |
| commit | e524f157266c07a7a4cf3b766edd6ff9db98e4f4 (patch) | |
| tree | 3dcbf507b5ec87d297f833df79cb532c3844032f /configure | |
| parent | 1dcefbf527e52315abfe3b4871272b3fd9bb0f4b (diff) | |
Removed intermediate files
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 -Og" + CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then - CFLAGS="-Og" + CFLAGS="-O2" 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 -Og" + CXXFLAGS="-g -O2" else CXXFLAGS="-g" fi else if test "$GXX" = yes; then - CXXFLAGS="-Og" + CXXFLAGS="-O2" else CXXFLAGS= fi |
