Skip to content

Commit

Permalink
Merge pull request #18 from elsassph/feature/slavemode
Browse files Browse the repository at this point in the history
Added control flag
  • Loading branch information
markknol committed May 31, 2018
2 parents caac931 + acee0b6 commit 4672316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/closure/Compiler.hx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import sys.io.File;
class Compiler {

static function use() {
#if !closure_disabled
#if (!closure_disabled && !closure_slavemode)
Context.onAfterGenerate(compile);
#end
}
Expand Down

0 comments on commit 4672316

Please sign in to comment.