We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting next error when building project:
Unexpected OPTLINK Termination at EIP=0040F60A EAX=03930000 EBX=00438C70 ECX=00000EE6 EDX=000002CE ESI=00000104 EDI=03930468 EBP=0019FF38 ESP=0019FEF0 First=00402000
The project is buildable only if mysqldriver is commented in database.d:
import std.stdio; import std.string; import core.thread; import ddb.postgres; // import mysql; // <-- here import vibe.d; import config;
Tested on dmd 2.073 and 2.074. Windows 10. Demo project attached.
http://rgho.st/7j5LQLZxb
The text was updated successfully, but these errors were encountered:
It's work only in release mode for me with dub --build=release
dub --build=release
Sorry, something went wrong.
This is a bug in optlink, please file at D's issue tracker: https://issues.dlang.org/enter_bug.cgi
No branches or pull requests
I am getting next error when building project:
The project is buildable only if mysqldriver is commented in database.d:
import std.stdio;
import std.string;
import core.thread;
import ddb.postgres;
// import mysql; // <-- here
import vibe.d;
import config;
Tested on dmd 2.073 and 2.074. Windows 10. Demo project attached.
http://rgho.st/7j5LQLZxb
The text was updated successfully, but these errors were encountered: