Selaa lähdekoodia

revert compiler flag change

Julius Pfrommer 10 vuotta sitten
vanhempi
commit
7f9af01198
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -11,7 +11,7 @@ endif
 if DEBUG
 AM_CFLAGS += -g3 -O0
 else
-AM_CFLAGS += -Os
+AM_CFLAGS += -O2
 endif
 
 if COVERAGE