Skip to content
Snippets Groups Projects
Commit 5095724f authored by Raymond Toy's avatar Raymond Toy
Browse files

Merged in arm-rtoy-compile-for-debug (pull request #75)

Disable optimization for now
parents ae548650 414dcc00
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ vpath %.mo $(CMULOCALE)
GC_SRC := gc.c
CPPFLAGS := -DUNICODE -iquote . -iquote $(PATH1)
CFLAGS += -marm -Wstrict-prototypes -Wall -O2 -ggdb3 -fno-omit-frame-pointer -ffp-contract=off
CFLAGS += -marm -Wstrict-prototypes -Wall -O0 -ggdb3 -fno-omit-frame-pointer -ffp-contract=off
ASFLAGS = -g
ARCH_SRC = arm-arch.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment