disable auto detection of LDC and GDC, close , close

This commit is contained in:
Basile Burg 2017-12-12 14:35:49 +01:00
parent 654443926c
commit 159c4cb19c
1 changed files with 5 additions and 4 deletions

View File

@ -175,10 +175,11 @@ begin
fPaths.loadFromFile(fname); fPaths.loadFromFile(fname);
if not isCompilerValid(dmd) then if not isCompilerValid(dmd) then
autoDetectDMD; autoDetectDMD;
if not isCompilerValid(gdc) then // #148 / #210
autoDetectGDC; // if not isCompilerValid(gdc) then
if not isCompilerValid(ldc) then // autoDetectGDC;
autoDetectLDC; // if not isCompilerValid(ldc) then
// autoDetectLDC;
fPathsBackup.Assign(fPaths); fPathsBackup.Assign(fPaths);
dataToGui; dataToGui;