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
Instead of asking each library owner update their dub.json file, I think it's better dub can translate this flag to gdc to -fpreview=dip25, so all the existing libraries can be build without change.
System information
atilaneves/unit-threaded#314
Bug Description
Hi, I'm trying to build unit-threaded/2.2.0, using gdc:
got an error:
found this:
https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gdc.pdf
looks like GDC's flag called
fpreview
instead ofpreview
.Expected Behavior
I think instead of asking the programmer to specify:
dflags-dmd {...}
dflags-ldc {...}
dflags-gdc {...}
separately, dub can do such conversion to make life easier.
The text was updated successfully, but these errors were encountered: