]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/good
Also accept -O3, not only -O2.
[blhc/blhc.git] / t / logs / good
index 670766f9af87daad01bc0034e862b60f0e09f066..447ff17fb30e47ca9e4a45cb70e524ceccfe35c3 100644 (file)
@@ -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.