diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-09-28 11:06:36 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-09-28 11:06:36 -0400 |
commit | b480537a274ed15d71a59f5babf194a651c78910 (patch) | |
tree | e353fb85424e6c677f985e70956074b023fcffc4 /Makefile | |
parent | fffe9352660f5fa672be0b50e13b657e10ce975f (diff) |
keyboard input buffering
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -CXXFLAGS := -m32 -ggdb -g3 -O0 -fno-pic -ffreestanding -fno-rtti -fno-exceptions -std=c++23 -LDFLAGS := -m32 -static -T link.ld -ffreestanding -nostdlib +CXXFLAGS := -m32 -ggdb -g3 -O0 -fno-pic -fno-rtti -fno-exceptions -std=c++23 +LDFLAGS := $(CXXFLAGS) -T link.ld -static -nostdlib -fno-use-cxa-atexit CXXFILES := acpi.cpp \ boot.cpp \ |