Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 6a34576

Browse files
lotemsih4sing5hong5
authored andcommitted
build(Makefile): debug build with separate plugin modules
1 parent c20c01b commit 6a34576

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ merged-plugins:
5757
debug:
5858
cmake . -B$(build) \
5959
-DCMAKE_INSTALL_PREFIX=/usr \
60-
-DCMAKE_BUILD_TYPE=Debug
60+
-DCMAKE_BUILD_TYPE=Debug \
61+
-DBUILD_MERGED_PLUGINS=OFF
6162
cmake --build $(build)
6263

6364
install:

0 commit comments

Comments
 (0)