Skip to content

Commit

Permalink
Build everything with debug symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
farcaller committed Jun 15, 2014
1 parent 9be8417 commit 6f135b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support/build/context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def initialize_environment!
@env[:rustcflags] = [
'--opt-level 2',
'-Z no-landing-pads',
'-g',
] + @config_flags

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

1 comment on commit 6f135b0

@farcaller
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me

Please sign in to comment.