diff options
| author | Juan Linietsky | 2015-12-04 10:18:28 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-12-04 10:18:28 -0300 |
| commit | da113fe40d0a9410859912473d53e43903dc6c8e (patch) | |
| tree | 23c6019a28a11d67241789721d1feecdd19410e6 /SConstruct | |
| parent | 064fd762fae75371658e773a3acf39616e813b08 (diff) | |
| download | godot-da113fe40d0a9410859912473d53e43903dc6c8e.tar.gz godot-da113fe40d0a9410859912473d53e43903dc6c8e.tar.zst godot-da113fe40d0a9410859912473d53e43903dc6c8e.zip | |
-Upgraded webp to a MUCH newer version. Hoping it fixes some bugs in the process. Keeping old version just in case for now.
-Added ability to convert xml and tscn scenes to binary on export, makes loading of larger scenes faster
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 46edf06a4..f16f4f6d6 100644 --- a/SConstruct +++ b/SConstruct @@ -86,6 +86,7 @@ env_base.__class__.add_source_files = methods.add_source_files env_base["x86_opt_gcc"]=False env_base["x86_opt_vc"]=False +env_base["armv7_opt_gcc"]=False customs = ['custom.py'] |
