Selaa lähdekoodia

now compile with optimization

Noah 4 vuotta sitten
vanhempi
sitoutus
cb378cea40
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -13,7 +13,7 @@ DEPFILES := $(patsubst %.cpp,%.d,$(SRCFILES))
 
 .PHONY: all clean
 
-CXXFLAGS := -g -Wall -pedantic -Werror
+CXXFLAGS := -g -Wall -pedantic -Werror -O
 
 CXX := g++