mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +03:00
Get rid of some obsolete optlink workarounds
This commit is contained in:
parent
920678a820
commit
6d69608aae
5 changed files with 2 additions and 49 deletions
|
@ -3,9 +3,6 @@
|
|||
// COMDAT folding increases runtime by > 80x
|
||||
// REQUIRED_ARGS(windows): -L/OPT:NOICF
|
||||
|
||||
// Apparently omf or optlink does not support more than 32767 symbols.
|
||||
// DISABLED: win32
|
||||
|
||||
// Generate \sum_{i=0}^{14} 2^i = 32767 template instantiations
|
||||
// (each with 3 sections) to use more than 64Ki sections in total.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue