diff options
author | Leah Neukirchen <leah@vuxu.org> | 2024-01-09 16:42:41 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2024-01-09 16:42:41 +0100 |
commit | 2604cd6e12025cddd38b13feda18f01b7ee271a8 (patch) | |
tree | ce96ee6b1e5b4c1c88591bf5af473453339400c3 /Makefile | |
parent | 7dd6404c491a2bfb70775fafaa8a7141b24fc531 (diff) | |
download | nitro-2604cd6e12025cddd38b13feda18f01b7ee271a8.tar.gz nitro-2604cd6e12025cddd38b13feda18f01b7ee271a8.tar.xz nitro-2604cd6e12025cddd38b13feda18f01b7ee271a8.zip |
disable debugging output at compile time
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |