Commit 05de42c
authored
blender: Disable assert abort as is expected in blender release builds (#385913)
* Fixes issue on Wayland which hits an assert from terminating Blender, among other potential issues.
* Based on the release config in blender/build_files/cmake/config/blender_release.cmake, which is the expected config for release builds of blender, assert aborts are expected to be disabled. This should also just be a better experience for users.1 parent 8b24638 commit 05de42c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| |||
0 commit comments