summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2022-05-10 00:52:46 +0800
committerruki <[email protected]>2022-05-10 00:52:46 +0800
commita9544d184d1375ac92fbc7b353a5c908c17cb0c1 (patch)
treeb57d3ef6caffd263f4e3ca9313034c710e72aa46 /makefile
parent4071b5563889329ac6a66099a2c90abfc23796b8 (diff)
fix makefile
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 5fc73bfe5..63d019542 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
# is debug?
-debug :=y
+debug :=n
# verbose
ifneq ($(VERBOSE),y)