Parcourir la source

now compile with optimization

Noah il y a 4 ans
Parent
commit
cb378cea40
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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++