mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Override the target build flags.
This commit is contained in:
parent
64f337bdfc
commit
b022691026
@ -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.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user