diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-09-30 10:59:59 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-09-30 10:59:59 -0400 |
commit | 85c8fd05f1a0c0224882c4fafa60003d3ef56cf3 (patch) | |
tree | c86b968c5a53c0767c00116c6fc03f60c8e3aa64 /Makefile | |
parent | abfdd6eb3ed61d13a47735812eca0028caf6b6da (diff) |
compile with wall,extra,error,pedantic
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -CXXFLAGS := -m32 -ggdb -g3 -O0 -fno-pic -fno-rtti -fno-exceptions -std=c++23 +CXXFLAGS := -m32 -ggdb -g3 -O1 -fno-pic -fno-rtti -fno-exceptions -std=c++23 \ + -Wall -Wextra -pedantic -Werror LDFLAGS := $(CXXFLAGS) -T link.ld -static -nostdlib -fno-use-cxa-atexit CXXFILES := acpi.cpp \ |