Drop support for 32-bit Windows

PR #19865.
This commit is contained in:
Chocobo1
2023-11-06 14:10:01 +08:00
committed by GitHub
parent 6cfbc02d8f
commit 7c0e3baf5f
3 changed files with 1 additions and 16 deletions

View File

@@ -140,10 +140,6 @@ if (STACKTRACE)
/DEBUG
/PDBALTPATH:$<TARGET_PDB_FILE_NAME:qbt_app>
)
if (CMAKE_SIZEOF_VOID_P EQUAL 4)
target_compile_options(qbt_app PRIVATE /Oy-)
endif()
else()
target_link_options(qbt_app PUBLIC LINKER:--export-dynamic)