mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-04 09:00:33 +03:00
remove isRuntimeCompileEnabled() function
This commit is contained in:
parent
9633eca239
commit
afae2f296b
5 changed files with 7 additions and 8 deletions
|
@ -341,7 +341,7 @@ void ArgsBuilder::build(llvm::StringRef outputPath,
|
|||
args.push_back("-lldc-profile-rt");
|
||||
}
|
||||
|
||||
if (opts::isRuntimeCompileEnabled()) {
|
||||
if (opts::enableRuntimeCompile) {
|
||||
args.push_back("-lldc-jit-rt");
|
||||
args.push_back("-lldc-jit");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue