瀏覽代碼

now compile with optimization

Noah 4 年之前
父節點
當前提交
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++