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 /modules/raycast | |
parent | 10801b90f99eb67b2999e3dc8f42cc82c7799f3e (diff) |
Force optimized builds for thirdparty Embree files
Diffstat (limited to 'modules/raycast')
-rw-r--r-- | modules/raycast/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/raycast/SCsub b/modules/raycast/SCsub index 1fdc8fe1b3..4820cf7608 100644 --- a/modules/raycast/SCsub +++ b/modules/raycast/SCsub @@ -79,6 +79,7 @@ if env["builtin_embree"]: env.Append(LIBS=["psapi"]) env_thirdparty = env_raycast.Clone() + env_thirdparty.force_optimization_on_debug() env_thirdparty.disable_warnings() env_thirdparty.add_source_files(thirdparty_obj, thirdparty_sources) |