]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- -fvisibilty-inlines-hidden temporary disabled due to gcc bugs.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 5 May 2005 00:46:40 +0000 (00:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.211

rpm.macros

index cc8687b067cedbc3460aba4babb912567301adaf..f6f1eb1e0132712fc71ad22a0b98cd48a215cbd8 100644 (file)
 
 %debugcflags   -O0 -g -Wall
 %rpmcflags     %{?debug:%debugcflags}%{!?debug:%optflags}%{?debuginfocflags}
-%rpmcxxflags   %{rpmcflags} -fvisibility-inlines-hidden
-%rpmldflags %{nil}
+%rpmcxxflags   %{rpmcflags}
+# -fvisibility-inlines-hidden disabled. see gcc/PR(19664,20218) for details.
+# %rpmcxxflags %{rpmcflags} -fvisibility-inlines-hidden
+%rpmldflags    %{nil}
 # %rpmldflags  -Wl,--as-needed
 
 # kernel compiler
This page took 0.042049 seconds and 4 git commands to generate.