December 13, 2012 What happened to the "-fod" flag? | ||||
---|---|---|---|---|
| ||||
According to http://gdcproject.org/wiki/UserDocumentation gdc accepts a "-fod=<directory>" flag to "Specify the object output directory. Note: this is actually a driver option; the backend ignores it." That doesn't work for me: ---------- LANG=C /opt/gdc/bin/gdc -fod=test gdc: error: unrecognized command line option '-fod=test' gdc: fatal error: no input files compilation terminated. ---------- Is this flag still supposed to work or is there a replacement? |
December 13, 2012 Re: What happened to the "-fod" flag? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Johannes Pfau | On 13 December 2012 21:35, Johannes Pfau <nospam@example.com> wrote: > According to http://gdcproject.org/wiki/UserDocumentation gdc accepts a > "-fod=<directory>" flag to "Specify the object output directory. > Note: this is actually a driver option; the backend ignores it." > > That doesn't work for me: > ---------- > LANG=C /opt/gdc/bin/gdc -fod=test > gdc: error: unrecognized command line option '-fod=test' > gdc: fatal error: no input files > compilation terminated. > ---------- > > Is this flag still supposed to work or is there a replacement? What happened to it? It was never implemented. https://github.com/D-Programming-GDC/GDC/commit/54b2524d9be1ffc23c2690931b34213ee97499db Regards, -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0'; |
Copyright © 1999-2021 by the D Language Foundation