pull out & organize build configuration options, including entry point style, to context cracker

This commit is contained in:
Ryan Fleury
2024-02-25 13:30:15 -08:00
parent c4b8916bcf
commit d8cf83b4d7
14 changed files with 87 additions and 45 deletions
+2 -2
View File
@@ -1012,7 +1012,7 @@ df_window_from_os_handle(OS_Handle os)
return result;
}
#if defined(_MSC_VER) && !defined(__clang__) && defined(NDEBUG)
#if COMPILER_MSVC && !BUILD_DEBUG
#pragma optimize("", off)
#endif
@@ -6807,7 +6807,7 @@ df_window_update_and_render(Arena *arena, OS_EventList *events, DF_Window *ws, D
ProfEnd();
}
#if defined(_MSC_VER) && !defined(__clang__) && defined(NDEBUG)
#if COMPILER_MSVC && !BUILD_DEBUG
#pragma optimize("", on)
#endif