build: enlève l'optimisation du code

This commit is contained in:
Nicolas Hordé 2007-04-02 14:36:13 +00:00
parent 3a7cbd5f63
commit 60edc30f82
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CC=gcc -O1 -nostdinc -ffreestanding -fno-builtin -fomit-frame-pointer -Wall -I ../Include -c -o
CC=gcc -O0 -nostdinc -ffreestanding -fno-builtin -fomit-frame-pointer -Wall -I ../Include -c -o
LINK=ld -e __main -o