diff options
author | jfons <joan.fonssanchez@gmail.com> | 2021-09-28 11:59:56 +0200 |
---|---|---|
committer | jfons <joan.fonssanchez@gmail.com> | 2021-09-28 14:35:21 +0200 |
commit | b197fc20796494fca03162fd2735821a3bd5bc86 (patch) | |
tree | fdfc657d9af6770027128063847df15b81b74df6 /SConstruct | |
parent | 10801b90f99eb67b2999e3dc8f42cc82c7799f3e (diff) |
Force optimized builds for thirdparty Embree files
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index b6c98eea77..b539dc59b7 100644 --- a/SConstruct +++ b/SConstruct @@ -91,6 +91,7 @@ env_base.__class__.add_program = methods.add_program env_base.__class__.CommandNoCache = methods.CommandNoCache env_base.__class__.Run = methods.Run env_base.__class__.disable_warnings = methods.disable_warnings +env_base.__class__.force_optimization_on_debug = methods.force_optimization_on_debug env_base.__class__.module_check_dependencies = methods.module_check_dependencies env_base["x86_libtheora_opt_gcc"] = False |