From 82850eba32253fee04f748605f364ba151ff9961 Mon Sep 17 00:00:00 2001 From: Chen Gong Date: Fri, 1 Jan 2021 21:48:18 +0800 Subject: [PATCH] build(Makefile): debug build with separate plugin modules --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e95b160575..8cd62aad34 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,8 @@ merged-plugins: debug: cmake . -B$(build) \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Debug + -DCMAKE_BUILD_TYPE=Debug \ + -DBUILD_MERGED_PLUGINS=OFF cmake --build $(build) install: