aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-11-28 08:55:09 -0500
committerClyne Sullivan <clyne@bitgloo.com>2024-11-28 08:55:09 -0500
commit27aa055f59eff62bb7fe054ab9464d6ff2dd412f (patch)
treeda20aa5b913d608f8bd8907ca5b4f3b9d8ab84c8 /Makefile
parentc943ec606bfec0d5571609ff17dffd9b46ecb877 (diff)
pointer and cast cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1978ffb..f61f58d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#CXX := clang++-19
-CXXFLAGS += -O0 -std=c++23 -Wall -Wextra -Wpedantic -ggdb -g3
+CXXFLAGS += -m32 -Os -std=c++23 -Wall -Wextra -Wpedantic -ggdb -g3
all: main