X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B?a=blobdiff_plain;f=boot%2Fx86%2Fstage3%2FMakefile;h=25b026536ea4baf52c26b68a6ee9413f33fc85f6;hb=96b81920dce6c169f32fc4d5b724b4046ea9bfcd;hp=cfe2189dbef18e5152972d6b01d4e354fa759d31;hpb=119dc631e1b417eec4f0eb2d8373d034b53d0f2e;p=nameless-os.git diff --git a/boot/x86/stage3/Makefile b/boot/x86/stage3/Makefile index cfe2189..25b0265 100644 --- a/boot/x86/stage3/Makefile +++ b/boot/x86/stage3/Makefile @@ -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