Override the target build flags.

This commit is contained in:
Chris Johns 2013-04-15 17:01:30 +10:00
parent 64f337bdfc
commit b022691026

View File

@ -18,6 +18,13 @@
# #
%define enable_cxx 0 %define enable_cxx 0
#
# Set the build flags to work around the defaults in the
# compiler that cause ICE.
#
%define _targetcflags -g -O2
%define _targetcxxflags -g -O2
# #
# Tools configuration. # Tools configuration.
# #