Force optimized builds for thirdparty Embree files

(cherry picked from commit b197fc2079)
This commit is contained in:
jfons
2021-09-28 11:59:56 +02:00
committed by Rémi Verschelde
parent 759ce9b689
commit 99aa9a99f9
3 changed files with 13 additions and 0 deletions

View File

@ -94,6 +94,7 @@ env_base.__class__.add_library = methods.add_library
env_base.__class__.add_program = methods.add_program
env_base.__class__.CommandNoCache = methods.CommandNoCache
env_base.__class__.disable_warnings = methods.disable_warnings
env_base.__class__.force_optimization_on_debug = methods.force_optimization_on_debug
env_base["x86_libtheora_opt_gcc"] = False
env_base["x86_libtheora_opt_vc"] = False