diff --git a/system/makefile b/system/makefile index 92283f9..07022ba 100644 --- a/system/makefile +++ b/system/makefile @@ -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