Skip to content

Commit

Permalink
cmake: skip CMAKE_DEBUG_POSTFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Apr 10, 2023
1 parent 08dd88b commit 6b63e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundle/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CMAKEFLAGS += -DCMAKE_MAKE_PROGRAM="$(MAKE)"
IS_OPT = $($(BUILD_CLASS)_OPT)
# cmake build types: DEBUG RELEASE RELWITHDEBINFO MINSIZEREL
CMAKEFLAGS_DEBUG_YES += -DCMAKE_BUILD_TYPE=RELEASE
CMAKEFLAGS_DEBUG_NO += -DCMAKE_BUILD_TYPE=DEBUG
CMAKEFLAGS_DEBUG_NO += -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DCMAKE_DEBUG_POSTFIX:STRING=
CMAKEFLAGS += $(CMAKEFLAGS_DEBUG_$(IS_OPT))

ifeq ($(OS_CLASS),WIN32)
Expand Down
2 changes: 1 addition & 1 deletion bundle/libevent
Submodule libevent updated 1 files
+3 −1 CMakeLists.txt

0 comments on commit 6b63e14

Please sign in to comment.