diff --git a/Makefile b/Makefile index ca5b0ff..16fb1c1 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ NATIVECC=gcc INCLUDE=-Iinclude CFLAGS=-mcpu=5474 \ -Wall \ - -O2 \ + -Os \ -g \ -fomit-frame-pointer \ -ffreestanding \