Skip to content

Commit

Permalink
Remove prefixes for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DownerCase committed Feb 3, 2025
1 parent f24618f commit 14af33b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,6 @@ set(THREADS_PREFER_PTHREAD_FLAG ON)

if(WIN32)
set(CMAKE_DEBUG_POSTFIX d)
set(CMAKE_MINSIZEREL_POSTFIX minsize)
set(CMAKE_RELWITHDEBINFO_POSTFIX reldbg)
endif()

# --------------------------------------------------------
Expand Down

0 comments on commit 14af33b

Please sign in to comment.