瀏覽代碼

Disable stack protector

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 \