From 6eac9deb6231ee345d2d19f54761a4820f0c345b Mon Sep 17 00:00:00 2001 From: Zachary Dremann Date: Mon, 9 Jun 2014 16:06:32 -0400 Subject: tmp --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf