Skip to content

Commit

Permalink
Merge pull request #29 from MartinNowak/fixFreeBSD
Browse files Browse the repository at this point in the history
[2.065] remove -L--no-warn-search-mismatch
  • Loading branch information
WalterBright committed Jan 14, 2014
2 parents 848b0b6 + 2311d61 commit 185f31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_dmd_release/create_dmd_release.d
Expand Up @@ -742,7 +742,7 @@ void buildAll(Bits bits, bool dmdOnly=false)
version(OSX)
enum flags="";
else
enum flags=" -L--no-warn-search-mismatch -L--export-dynamic";
enum flags=" -L--export-dynamic";

std.file.write(cloneDir~"/dmd/src/dmd.conf", (`
[Environment]
Expand Down

0 comments on commit 185f31c

Please sign in to comment.