Skip to content

Commit

Permalink
No longer build with -fno-var-tracking-assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Oct 22, 2009
1 parent c784aef commit f8e81ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fedora/glibc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ GXX="g++ -m64"
%endif

BuildFlags="$BuildFlags -fasynchronous-unwind-tables"
# gcc is a memory hog without that (#523172).
BuildFlags="$BuildFlags -fno-var-tracking-assignments"
# Add -DNDEBUG unless using a prerelease
case %{version} in
*.*.9[0-9]*) ;;
Expand Down

0 comments on commit f8e81ce

Please sign in to comment.