Skip to content

Commit 6f135b0

Browse files
committed
Build everything with debug symbols.
1 parent 9be8417 commit 6f135b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

support/build/context.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def initialize_environment!
122122
@env[:rustcflags] = [
123123
'--opt-level 2',
124124
'-Z no-landing-pads',
125+
'-g',
125126
] + @config_flags
126127

127128
@env[:ldflags] = [resolve_runtime_lib]

0 commit comments

Comments
 (0)