diff options
Diffstat (limited to 'meowpp.test/GNUmakefile')
-rw-r--r-- | meowpp.test/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meowpp.test/GNUmakefile b/meowpp.test/GNUmakefile index 2e503b8..839be8e 100644 --- a/meowpp.test/GNUmakefile +++ b/meowpp.test/GNUmakefile @@ -6,7 +6,7 @@ DEP := dep LIB_INCS := CXX := g++ -CXXFLAGS := -Wall -I$(INC) $(LIB_INCS) -g -pedantic -lstdc++ -lm +CXXFLAGS := -Wall -O2 -I$(INC) $(LIB_INCS) -g -pedantic -lstdc++ -lm CXX_OBJ := $(CXX) -c CXX_DEP := $(CXX) -MM |