Skip to content

Commit

Permalink
add support for CONFIGURATION_TYPE 'MinSizeRel'
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeunO8 committed Jul 10, 2024
1 parent 0c36234 commit 12cfec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ ENDIF()
##############################################################
# TODO: fixme, define relwithassert also for icc, msvc, ... or remove when debug build with dpcpp is useable
IF(EMBREE_SYCL_SUPPORT)
SET(CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;RelWithAssert")
SET(CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;MinSizeRel;RelWithAssert")
ELSE()
SET(CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo")
SET(CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;MinSizeRel")
ENDIF()

# Validate build type
Expand Down

0 comments on commit 12cfec3

Please sign in to comment.