Parcourir la source

Disable stack protector

Jeremy Soller il y a 7 ans
Parent
commit
18c6701841
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      tests/Makefile

+ 1 - 0
tests/Makefile

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