X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=blobdiff_plain;f=as31%2Fconfigure;h=022aeec512dca8197d8c65e2f5c8e5658b442ca2;hp=9e0cf004656fe21ab76022a337689ced2dc425b4;hb=4aa2ddac838b4044fad67298576a4e9a87b886a8;hpb=6e823d0b6ee854eaf5f0bf28a099a5e6b7c45be2 diff --git a/as31/configure b/as31/configure index 9e0cf00..022aeec 100755 --- a/as31/configure +++ b/as31/configure @@ -2826,13 +2826,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 -O0" else CFLAGS="-g" fi else if test "$GCC" = yes; then - CFLAGS="-O2" + CFLAGS="-O0" else CFLAGS= fi