mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 20:18:12 +00:00
pull out & organize build configuration options, including entry point style, to context cracker
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user