]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/bad-cflags
Ignore ', " and ) at the end of the line.
[blhc/blhc.git] / t / logs / bad-cflags
index e231307a8915ffe353f01747c2b9a88c4b49339b..170e23805a8037378a1a890388a07330923254f2 100644 (file)
@@ -12,3 +12,5 @@ gcc -shared -fPIC -Wl,-z,relro -o test.so test.c -ltest
 gcc -fPIC -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Werror=format-security -c -D_FORTIFY_SOURCE=2 ../../../../src/test/test.c -o test.so.o
 
 gcc test.c -o test.output
+
+(gcc -Wl,-z,relro -o test.output test.c)