From ec98be668549d11e09cafd833dd009351188327d Mon Sep 17 00:00:00 2001 From: Zachary Dremann Date: Mon, 16 Jun 2014 15:19:08 -0400 Subject: Don't enable debug symbols by default. rustc is currently ICE'ing on the client example when compiling with -g. No need to fail the build for this. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 199af57..6c8ce1e 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ COMPILER = rustc # For release: # COMPILER_FLAGS = -O # For debugging: - COMPILER_FLAGS = -g --opt-level=0 + COMPILER_FLAGS = -Z no-opt --opt-level=0 RUSTDOC = rustdoc -- cgit v1.2.3