mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 00:53:23 +01:00
global.params.useAvailableExternally -> global.inExtraInliningSemantic.
This will hopefully make the associated code a bit easier to read.
This commit is contained in:
@@ -1009,7 +1009,7 @@ int main(int argc, char** argv)
|
||||
// inlining is unlikely to be important for test builds anyway.
|
||||
if (!global.params.symdebug && willInline() && !global.params.useUnitTests)
|
||||
{
|
||||
global.params.useAvailableExternally = true;
|
||||
global.inExtraInliningSemantic = true;
|
||||
Logger::println("Running some extra semantic3's for inlining purposes");
|
||||
{
|
||||
// Do pass 3 semantic analysis on all imported modules,
|
||||
|
||||
Reference in New Issue
Block a user