X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/0264889df8dd6775d765416a13804bc4ed8cc3f7..fedfd71f5492177a7c7d7fd2bd1529a832106395:/lunaix-os/makefile diff --git a/lunaix-os/makefile b/lunaix-os/makefile index 2ffc930..c7531fb 100644 --- a/lunaix-os/makefile +++ b/lunaix-os/makefile @@ -18,7 +18,7 @@ OS_ISO = $(OS_NAME).iso CC := i686-elf-gcc AS := i686-elf-as -O := -O3 +O := -O2 W := -Wall -Wextra CFLAGS := -std=gnu99 -ffreestanding $(O) $(W) LDFLAGS := -ffreestanding $(O) -nostdlib -lgcc