ソースを参照

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 \