Skip to content

Commit 9fdc7a9

Browse files
committed
u
1 parent 9db62f3 commit 9fdc7a9

File tree

3 files changed

+49
-67
lines changed

3 files changed

+49
-67
lines changed

Cargo.lock

Lines changed: 46 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ pico-args = "0.5.0"
3333
project-root = "0.2.2"
3434

3535
[profile.release]
36-
debug-assertions = true
37-
overflow-checks = true
38-
panic = "unwind"
36+
strip = false # "symbols" # Set to `false` for debug information
37+
debug = true # Set to `true` for debug information

src/driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ impl CompilerInterface for Driver {
7272
}
7373

7474
fn compress_options(&self) -> Option<CompressOptions> {
75-
self.compress
75+
self.compress.clone()
7676
}
7777

7878
fn mangle_options(&self) -> Option<MangleOptions> {

0 commit comments

Comments
 (0)