Ver código fonte

Disable stack protector

Jeremy Soller 7 anos atrás
pai
commit
18c6701841
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      tests/Makefile

+ 1 - 0
tests/Makefile

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