]> git.lizzy.rs Git - rust.git/commit
Only run dsymutil on OSX in debug builds
authorAlex Crichton <alex@alexcrichton.com>
Fri, 1 Nov 2013 18:55:06 +0000 (11:55 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 10 Nov 2013 21:58:11 +0000 (13:58 -0800)
commit64afa4ea227a48394df1f916fa199456f836aeb8
tree48c11dc5874c8f685ca12be7cc220ddac92315f8
parentb5e602ac563422e13a18be9f79100f96359d582a
Only run dsymutil on OSX in debug builds

When there are no debug symbols generated, then the program just prints an
annoying warning otherwise.

Closes #10198
src/librustc/back/link.rs