mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 09:31:03 +03:00
Revert "Linker flag /LARGEADDRESSAWARE is not required with LLVM 3.3.".
There is still an issue left in LLVM. I need to investigate this further.
This commit is contained in:
parent
47853ac078
commit
308919f371
1 changed files with 0 additions and 2 deletions
|
@ -237,10 +237,8 @@ static int linkObjToBinaryWin(bool sharedLib)
|
||||||
// use address space layout randomization (ASLR) feature
|
// use address space layout randomization (ASLR) feature
|
||||||
args.push_back("/DYNAMICBASE");
|
args.push_back("/DYNAMICBASE");
|
||||||
|
|
||||||
#if LDC_LLVM_VER <= 302
|
|
||||||
// because of a LLVM bug
|
// because of a LLVM bug
|
||||||
args.push_back("/LARGEADDRESSAWARE:NO");
|
args.push_back("/LARGEADDRESSAWARE:NO");
|
||||||
#endif
|
|
||||||
|
|
||||||
// output debug information
|
// output debug information
|
||||||
if (global.params.symdebug)
|
if (global.params.symdebug)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue