]> git.dujemihanovic.xyz Git - nameless-os.git/blobdiff - boot/x86/stage3/Makefile
Merge branch 'ps2-driver' into mm
[nameless-os.git] / boot / x86 / stage3 / Makefile
index cfe2189dbef18e5152972d6b01d4e354fa759d31..25b026536ea4baf52c26b68a6ee9413f33fc85f6 100644 (file)
@@ -3,7 +3,7 @@ STAGE3_OBJ = loader.o elf.o paging.o prekernel.o
 ASFLAGS_BASE = -f elf -g dwarf2 -DGIT_REVISION=\"$(GIT_REV)\"
 CFLAGS_BASE = -ffreestanding -nostdlib -DGIT_REVISION=\"$(GIT_REV)\" -g \
              -Og
-LDFLAGS_BASE = -ffreestanding -nostdlib -g -lgcc -T stage3.ld -flto
+LDFLAGS_BASE = -ffreestanding -nostdlib -g -lgcc -T stage3.ld
 
 default: LOADER.BIN loader.elf