Эх сурвалжийг харах

now compile with optimization

Noah 4 жил өмнө
parent
commit
cb378cea40
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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++