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