Debug vis ergonomics

This commit is contained in:
ed
2026-07-25 13:19:35 -04:00
parent 590ff1e2ec
commit f247d56c32
3 changed files with 14 additions and 13 deletions
+3
View File
@@ -218,3 +218,6 @@ IA_ void assert(U8 cond) { if(cond){return;} else{debug_trap(); ms_exit_process(
#endif
#pragma endregion Debug
#endif
#define GCC_OPTIMIZATION_DISABLE _Pragma("GCC push_options") _Pragma("GCC optimize(\"O0\")")
#define GCC_OPTIMIZATION_ENABLE _Pragma("GCC pop_options")