Skip to content

Commit 3114101

Browse files
committed
Reverting '-g' addition, it's broken again (rust-lang/rust#13681).
This reverts commit 6f135b0.
1 parent 78043c6 commit 3114101

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

support/build/context.rb

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

128127
@env[:ldflags] = [resolve_runtime_lib]

0 commit comments

Comments
 (0)