Skip to content

Commit

Permalink
build(Makefile): debug build with separate plugin modules
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Jan 1, 2021
1 parent 6031ef3 commit 82850eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 82850eb

Please sign in to comment.