[Issue 20244] New dmd option -preview=noXlinker does not work on Linux to build a simple D application
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Sep 26 04:18:09 UTC 2019
    
    
  
https://issues.dlang.org/show_bug.cgi?id=20244
Mathias LANG <pro.mathias.lang at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pro.mathias.lang at gmail.com
--- Comment #2 from Mathias LANG <pro.mathias.lang at gmail.com> ---
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.
--
    
    
More information about the Digitalmars-d-bugs
mailing list