Jeremy Soller пре 7 година
родитељ
комит
18c6701841
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      tests/Makefile

+ 1 - 0
tests/Makefile

@@ -16,6 +16,7 @@ run: $(BINS)
 
 %: %.c
 	gcc \
+		-fno-stack-protector \
 		-nostdinc \
 		-nostdlib \
 		-I ../include \