- revert back to plain -g, -g3 seems to cancel dwz size improvements

This commit is contained in:
Panu Matilainen 2012-06-25 17:22:09 +03:00 committed by Ville Skyttä
parent 1cff11580f
commit 3b282b08f2
1 changed files with 1 additions and 1 deletions

2
macros
View File

@ -191,7 +191,7 @@ unset DISPLAY\
%_hardened_cflags %{?_hardened_build:%{_hardening_cflags}}
%_hardened_ldflags %{?_hardened_build:%{_hardening_ldflags}}
%__global_cflags -O2 -g3 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 %{_hardened_cflags}
%__global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 %{_hardened_cflags}
%__global_ldflags -Wl,-z,relro %{_hardened_ldflags}
# Use these macros to differentiate between RH and other KMP implementation(s).