diff options
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/shared.py b/tools/shared.py index 065c71b8..0a4219d8 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -32,6 +32,7 @@ DFE = path_from_root('tools', 'dead_function_eliminator.py') BINDINGS_GENERATOR = path_from_root('tools', 'bindings_generator.py') EXEC_LLVM = path_from_root('tools', 'exec_llvm.py') VARIABLE_ELIMINATOR = path_from_root('tools', 'eliminator', 'eliminator.coffee') +JS_OPTIMIZER = path_from_root('tools', 'js-optimizer.js') # Additional compiler options |