File tree 2 files changed +5
-7
lines changed 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ jobs:
112
112
- run : pnpm install
113
113
114
114
- run : ./monitor-oxc ${{ matrix.command }}
115
+ env :
116
+ RUST_BACKTRACE : " 1"
115
117
116
118
compile-time :
117
119
name : Compile Time
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ must_use_candidate = "allow"
23
23
module_name_repetitions = " allow"
24
24
25
25
[dependencies ]
26
- oxc = { path = " ../oxc/crates/oxc" , features = [" full" , " isolated_declarations " ] }
26
+ oxc = { path = " ../oxc/crates/oxc" , features = [" full" ] }
27
27
walkdir = " 2.5.0"
28
28
similar = " 2.5.0"
29
29
console = " 0.15.8"
@@ -33,9 +33,5 @@ pico-args = "0.5.0"
33
33
project-root = " 0.2.2"
34
34
35
35
[profile .release ]
36
- opt-level = 3
37
- lto = " thin" # Faster compile time as extreme speed is not needed.
38
- codegen-units = 1
39
- strip = " symbols"
40
- debug = false
41
- panic = " abort"
36
+ debug-assertions = true
37
+ overflow-checks = true
You can’t perform that action at this time.
0 commit comments