2
0
Эх сурвалжийг харах

Only set llvm to true if LLVM custom option variable is set, but not to false if not (as true might be the default value)

git-svn-id: trunk@49534 -
pierre 4 жил өмнө
parent
commit
615e1c0431

+ 1 - 3
packages/ide/fpmake.pp

@@ -203,9 +203,7 @@ begin
       begin
         s:=GetCustomFpmakeCommandlineOptionValue('LLVM');
         if (s='1') or (s='Y') then
-          llvm:=true
-        else
-          llvm:=false;
+          llvm:=true;
       end;
     { Only try to build natively }
     { or for cross-compile if the resulting executable