X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Flogs%2Fgood;fp=t%2Flogs%2Fgood;h=143216097f37a270efc27a890d0e6d34040a4856;hp=9fe2a62a11f8d8b8bfc725d1c4f31dafe6c42986;hb=d21483572c60a901b17ab5febf537efa89cd26ba;hpb=fb2c46d23c6052c714729d70d33d54011374689b diff --git a/t/logs/good b/t/logs/good index 9fe2a62..1432160 100644 --- a/t/logs/good +++ b/t/logs/good @@ -11,6 +11,7 @@ gcc -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-se gcc -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-c.c gcc -g -O3 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-d.c gcc -g -O3 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=3 -c test-e.c +gcc -g3 -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=3 -c test-e.c gcc -Wl,-z,relro -o test test-a.o test-b.o test-c.o -ltest # -Wformat-security is implied by -Werror=format-security and no longer used