diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-24 17:16:14 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-03 15:31:03 -0700 |
commit | 5cee70c892ac444f6030e4989755313cc3215569 (patch) | |
tree | 11a055311ea61368c6954b7521b1efe44831b20e /tools/shared.py | |
parent | b65d9c36bf6af43f03913d10f442b9eab4319e82 (diff) |
invoke relocation pass in js optimizer
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index fc6950d5..5819f39e 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -1210,7 +1210,7 @@ set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)''' % { 'winfix': '' if not WINDOWS e return opts @staticmethod - def js_optimizer(filename, passes, jcache, debug): + def js_optimizer(filename, passes, jcache=False, debug=False): return js_optimizer.run(filename, passes, listify(NODE_JS), jcache, debug) @staticmethod |