diff options
Diffstat (limited to 'demos/PPC-SPC56EL-GCC/Makefile')
-rw-r--r-- | demos/PPC-SPC56EL-GCC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/PPC-SPC56EL-GCC/Makefile b/demos/PPC-SPC56EL-GCC/Makefile index 7561877cc..c35491bda 100644 --- a/demos/PPC-SPC56EL-GCC/Makefile +++ b/demos/PPC-SPC56EL-GCC/Makefile @@ -5,7 +5,7 @@ # Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).
|