Explorar el Código

get rid of weird flag

Noah hace 4 años
padre
commit
868b4fe11e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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