disable auto detection of LDC and GDC, close #148, close #210

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);
if not isCompilerValid(dmd) then
autoDetectDMD;
if not isCompilerValid(gdc) then
autoDetectGDC;
if not isCompilerValid(ldc) then
autoDetectLDC;
// #148 / #210
// if not isCompilerValid(gdc) then
// autoDetectGDC;
// if not isCompilerValid(ldc) then
// autoDetectLDC;
fPathsBackup.Assign(fPaths);
dataToGui;