Explorar o código

aur compliant

Noah %!s(int64=4) %!d(string=hai) anos
pai
achega
72f6e31bd3
Modificáronse 1 ficheiros con 1 adicións e 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 -Werror -O
+CXXFLAGS := -g -Wall -pedantic -O -D_FORTIFY_SOURCE=2
 
 CXX := g++