mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
auto merge of #1939 : khodzha/servo/unused_imports, r=jdm
Attempt to fix #1480. I have no idea what I'm doing
This commit is contained in:
commit
371bea7d3b
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ B := $(CFG_BUILD_DIR)
|
|||
MKFILE_DEPS := config.stamp $(call rwildcard,$(S)mk/,*)
|
||||
|
||||
CFG_GCCISH_CFLAGS += -DRUST_DEBUG
|
||||
CFG_RUSTC_FLAGS = -D unused-imports
|
||||
|
||||
ifdef CFG_DISABLE_OPTIMIZE
|
||||
$(info cfg: disabling rustc optimization (CFG_DISABLE_OPTIMIZE))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue