vibe.d icon indicating copy to clipboard operation
vibe.d copied to clipboard

Is it possible to add GDC compiler?

Open Behkar opened this issue 1 year ago • 1 comments

Given that the new front end is GDC with D, I compiled it with GDC, the result was:

○ → dub --compiler=gdc

gdc: error: unrecognized command-line option ‘-run’
Command failed with exit code 1: gdc -run scripts/generate_version.d‍‍‍```

Behkar avatar Dec 15 '22 20:12 Behkar