Skip to content

Commit

Permalink
Allow build types Fast and FastDebug with IV. (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Feb 19, 2024
1 parent d843a32 commit 67b6b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -37,7 +37,7 @@ option(IV_ENABLE_X11_DYNAMIC_MAKE_HEADERS "Remake the X11 dynamic .h files." OFF
# =============================================================================
# CMake build settings
# =============================================================================
set(allowableBuildTypes Custom Debug Release RelWithDebInfo)
set(allowableBuildTypes Custom Debug Release RelWithDebInfo Fast FastDebug)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE
RelWithDebInfo
Expand Down

0 comments on commit 67b6b20

Please sign in to comment.