OPTLINK Error 45 "Too Much DEBUG Data for Old CodeView format"

Koi via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Mar 21 03:57:01 PDT 2015


On Friday, 20 March 2015 at 21:35:54 UTC, Orfeo wrote:
> You can refer to
> http://forum.dlang.org/post/jhbgaacoguxaubxgpeuk@forum.dlang.org

but i don't want to throw in the towel. ;)
Compiling in release mode works fine, yes.

> Do you use dub?
> I resolved my problems (on Win) abandoning dub
> and using makefile.
>

i used dub to create the Derelicts .lib files. My VisualD project 
use this dmd command:

"$(VisualDInstallDir)pipedmd.exe" dmd -g -debug -X 
-Xf"$(IntDir)\$(TargetName).json" 
-IC:\_projekte\D\Workspace\Derelict3-Updated\import 
-deps="$(OutDir)\$(ProjectName).dep" 
-of"$(OutDir)\$(ProjectName).exe" -map 
"$(INTDIR)\$(SAFEPROJECTNAME).map" -L/NOMAP 
C:\_projekte\D\Workspace\Derelict3-Updated\DerelictUtil\lib\DerelictUtil.lib 
C:\_projekte\D\Workspace\Derelict3-Updated\DerelictSDL2\lib\DerelictSDL2.lib 
C:\_projekte\D\Workspace\Derelict3-Updated\DerelictGL3\lib\DerelictGL3.lib 
C:\_projekte\D\Workspace\Derelict3-Updated\DerelictAl\lib\DerelictAL.lib 
C:\_projekte\D\Workspace\Derelict3-Updated\DerelictFt\lib\DerelictFT.lib 
-L/SUBSYSTEM:WINDOWS


More information about the Digitalmars-d-learn mailing list