[BUILD] Remove IMGUI_USE_STB_SPRINTF for checked builds

This commit is contained in:
Adrian
2026-04-22 15:51:45 +01:00
committed by Radosław Gliński
parent 68d409ebba
commit 5174c2f2e0

View File

@@ -96,10 +96,12 @@ include_directories(SYSTEM
add_compile_definitions(
VULKAN_HPP_NO_TO_STRING
IMGUI_DISABLE_DEFAULT_FONT
IMGUI_USE_STB_SPRINTF
USE_CPP17 # Tabulate
)
# Prevent ASan error from ImGUI
add_compile_definitions($<$<NOT:$<CONFIG:Checked>>:IMGUI_USE_STB_SPRINTF>)
# Static library define
add_compile_definitions(_LIB)