diff options
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |