Skip to content

Commit 2f37ce2

Browse files
committed
WIP: temporarily enable cache-derive-macros by default for rustc-perf
1 parent 637d704 commit 2f37ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_session/src/options.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2157,8 +2157,8 @@ options! {
21572157
"set options for branch target identification and pointer authentication on AArch64"),
21582158
build_sdylib_interface: bool = (false, parse_bool, [UNTRACKED],
21592159
"whether the stable interface is being built"),
2160-
cache_derive_macros: bool = (false, parse_bool, [TRACKED],
2161-
"cache the results of derive proc macro invocations (potentially unsound!) (default: no"),
2160+
cache_derive_macros: bool = (true, parse_bool, [TRACKED],
2161+
"cache the results of derive proc macro invocations (potentially unsound!) (default: yes"),
21622162
cf_protection: CFProtection = (CFProtection::None, parse_cfprotection, [TRACKED],
21632163
"instrument control-flow architecture protection"),
21642164
check_cfg_all_expected: bool = (false, parse_bool, [UNTRACKED],

0 commit comments

Comments
 (0)