From c52fb52fbcb57ef8eb9f2e5782339b9e72cc81f8 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 29 Apr 2011 10:23:07 -0700 Subject: rustc: Remove the wrong-compiler warning; we're self-hosting now. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 2c33bbb2..2c6e4521 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,9 +16,9 @@ CFG_GCC_LINK_FLAGS := CFG_BOOT_FLAGS := $(BOOT_FLAGS) ifdef CFG_DISABLE_OPTIMIZE $(info cfg: disabling rustc optimization (CFG_DISABLE_OPTIMIZE)) - CFG_RUSTC_FLAGS := --nowarn + CFG_RUSTC_FLAGS := else - CFG_RUSTC_FLAGS := --nowarn -O + CFG_RUSTC_FLAGS := -O endif ifdef SAVE_TEMPS -- cgit v1.2.3