summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2022-05-10 22:50:07 +0800
committerruki <[email protected]>2022-05-10 22:50:07 +0800
commitf8e7f2e25fef677de394b068eccf6285ab1a2ff2 (patch)
treea33e80528070d7a57e7bd7dc561718b6f08c20e5 /makefile
parent104f2377c8662e770dba473fca2d340f1732229b (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)