X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Flogs%2Fgood;h=447ff17fb30e47ca9e4a45cb70e524ceccfe35c3;hp=670766f9af87daad01bc0034e862b60f0e09f066;hb=d7e5c1de20c3adb24676f405e8930a61c5746759;hpb=ea4a36f6673fe09075554d52d327149469d427a7 diff --git a/t/logs/good b/t/logs/good index 670766f..447ff17 100644 --- a/t/logs/good +++ b/t/logs/good @@ -9,6 +9,7 @@ checking dependency style of gcc... gcc3 gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.c gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.c gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-c.c +gcc -g -O3 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-d.c gcc -Wl,-z,relro -o test test-a.o test-b.o test-c.o -ltest # Compiling and linking in one step must also check CFLAGS/CPPFLAGS.