https://issues.dlang.org/show_bug.cgi?id=20244
Mathias LANG <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Mathias LANG <[email protected]> --- You might want to check the content of your config file (/home/software/dmd/install/linux/bin64/dmd.conf). I'd wager the "--export-dynamic" is there, in which case you can prevent it from being read by using `-conf=''`. Alternatively you can just modify your config file if you plan on always using this option. --
