Skip to content

Commit

Permalink
Reverting '-g' addition, it's kroken again (rust-lang/rust#13681).
Browse files Browse the repository at this point in the history
This reverts commit 6f135b0.
  • Loading branch information
farcaller committed Jun 16, 2014
1 parent 78043c6 commit 37e7516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion support/build/context.rb
Expand Up @@ -122,7 +122,6 @@ def initialize_environment!
@env[:rustcflags] = [
'--opt-level 2',
'-Z no-landing-pads',
'-g',
] + @config_flags

@env[:ldflags] = [resolve_runtime_lib]
Expand Down

0 comments on commit 37e7516

Please sign in to comment.