mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-03 02:53:13 +01:00
Fixed -oq flag
This commit is contained in:
@@ -802,9 +802,13 @@ LDC_TARGETS
|
||||
if (!Module::rootModule)
|
||||
Module::rootModule = m;
|
||||
m->importedFrom = m;
|
||||
m->buildTargetFiles(singleObj);
|
||||
m->read(0);
|
||||
#ifdef _DH
|
||||
m->parse(global.params.doDocComments);
|
||||
#else
|
||||
m->parse();
|
||||
#endif
|
||||
m->buildTargetFiles(singleObj);
|
||||
m->deleteObjFile();
|
||||
if (m->isDocFile)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user