X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/e0ee3d449aacd33a84cb1f58961e55f9f06acb46..e755eba154554d6764fb09df1086d8e995778538:/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