Use target flags that lets the AVR tools build.

This commit is contained in:
Chris Johns 2013-06-19 14:41:58 +10:00
parent 9e0f6afe57
commit a06414cb51

View File

@ -32,8 +32,8 @@
# Set the build flags to work around the defaults in the
# compiler that cause ICE.
#
%define _targetcflags -g -O2
%define _targetcxxflags -g -O2
%define _targetcflags -g -O0
%define _targetcxxflags -g -O0
#
# Tools configuration.