about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2024-01-09 16:42:41 +0100
committerLeah Neukirchen <leah@vuxu.org>2024-01-09 16:42:41 +0100
commit2604cd6e12025cddd38b13feda18f01b7ee271a8 (patch)
treece96ee6b1e5b4c1c88591bf5af473453339400c3 /Makefile
parent7dd6404c491a2bfb70775fafaa8a7141b24fc531 (diff)
downloadnitro-2604cd6e12025cddd38b13feda18f01b7ee271a8.tar.gz
nitro-2604cd6e12025cddd38b13feda18f01b7ee271a8.tar.xz
nitro-2604cd6e12025cddd38b13feda18f01b7ee271a8.zip
disable debugging output at compile time
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9461027..3c20812 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=-g -O2 -Wall -Wno-unused-parameter -Wextra -Wwrite-strings
+CFLAGS=-Os -Wall -Wno-unused-parameter -Wextra -Wwrite-strings
 
 ALL=nitro nitroctl