diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-18 06:14:23 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-18 06:14:23 +0000 |
commit | 6bcb9aa9966f10273ce083cee52af1896bddfd26 (patch) | |
tree | 0a6fe4e2f8c0bc9027e07b19ef5e127468a77e26 /packages/Makefile.buildlayout | |
parent | c37876599e8757700f5fd6137e12232d1691b7a2 (diff) |
tweaked things to allow for setting CPU-specific build flags
svn path=/trunk/; revision=6937
Diffstat (limited to 'packages/Makefile.buildlayout')
-rw-r--r-- | packages/Makefile.buildlayout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile.buildlayout b/packages/Makefile.buildlayout index cf50700b..ea892421 100644 --- a/packages/Makefile.buildlayout +++ b/packages/Makefile.buildlayout @@ -61,7 +61,7 @@ endif #==============================================================================# # base level optimizations -OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer +OPT_CFLAGS = -O2 DEBUG_CFLAGS = -ggdb |