diff --git a/tests/Makefile b/tests/Makefile
index 8d98779817e439dd33837e9f338a6769f4254f35..cb605f4eac4046c25d85a8c381c86aa808e66a0a 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -16,6 +16,7 @@ run: $(BINS)
 
 %: %.c
 	gcc \
+		-fno-stack-protector \
 		-nostdinc \
 		-nostdlib \
 		-I ../include \