aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorZachary Dremann <dremann@gmail.com>2014-06-09 16:06:32 -0400
committerZachary Dremann <dremann@gmail.com>2014-06-09 16:06:32 -0400
commit6eac9deb6231ee345d2d19f54761a4820f0c345b (patch)
tree42fb80e85eba4cde60d892ea0f2e88a56222123d /Makefile
parent937a4fe1fb42a09c7dff0c6a117f97c40bb8f734 (diff)
downloadrusty-irc-6eac9deb6231ee345d2d19f54761a4820f0c345b.tar.gz
rusty-irc-6eac9deb6231ee345d2d19f54761a4820f0c345b.zip
tmp
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