aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 87397df..199af57 100644
--- a/Makefile
+++ b/Makefile
@@ -41,9 +41,9 @@ SOURCE_FILES = $(shell test -e src/ && find src -type f)
COMPILER = rustc
# For release:
- COMPILER_FLAGS = -O
+# COMPILER_FLAGS = -O
# For debugging:
-# COMPILER_FLAGS = -g
+ COMPILER_FLAGS = -g --opt-level=0
RUSTDOC = rustdoc