diff options
-rw-r--r-- | o3d/compiler/technique/technique.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/o3d/compiler/technique/technique.gyp b/o3d/compiler/technique/technique.gyp index 5d4cf90..04d09e9 100644 --- a/o3d/compiler/technique/technique.gyp +++ b/o3d/compiler/technique/technique.gyp @@ -42,6 +42,7 @@ 'org.antlr.Tool', '<(RULE_INPUT_PATH)', '-fo', '<(technique_out_dir)', + '-Xconversiontimeout', '30000', ], }, ], |