You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the automatically generated unittest build with dmd, -unittest is passed properly. With gdc and ldc, -funittest and -unittest are not passed properly even though they are called out in the compiler setups. This is with dub 0.9.19 for 64bit linux. This can easily be seen by passing different --compiler options.
The text was updated successfully, but these errors were encountered:
When using the automatically generated unittest build with dmd, -unittest is passed properly. With gdc and ldc, -funittest and -unittest are not passed properly even though they are called out in the compiler setups. This is with dub 0.9.19 for 64bit linux. This can easily be seen by passing different --compiler options.
The text was updated successfully, but these errors were encountered: