aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicksphere.ch>2022-01-18 00:00:00 +0000
committerNicholas Johnson <nick@nicksphere.ch>2022-01-18 00:00:00 +0000
commit40647bd2cce5ce9ca976260c12907ec166ca12904172602cc973055cf8e367b1 (patch)
tree52ee50eb3ea17f6a6c0340f18888726761361c492c7107586b9fb11a47e5997f
parentc3c766e2602c911b9033baf90ded125d1b9403c4dc653a133e899d62f9173caf (diff)
Make without debugging symbols
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3967b91..da782b6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC = gcc
-CFLAGS = -g -W
+CFLAGS = -W
RM = rm -f
SRCDIR = src