From 999e1747bbc931d156faed4a6eae0ca24a6a5ee5 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 1 Sep 2023 14:47:05 +0200 Subject: [PATCH] make: improve lexbor build options --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c1397aaf..c38fba8d 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ install-dev: install-submodule install-lexbor install-jsruntime-dev ## Install and build v8 engine for dev install-lexbor: @cd vendor/lexbor && \ - cmake . -DLEXBOR_BUILD_TESTS=ON -DLEXBOR_BUILD_EXAMPLES=ON && \ + cmake . -DLEXBOR_BUILD_SHARED=OFF -DLEXBOR_BUILD_STATIC=ON -DLEXBOR_BUILD_TESTS_CPP=OFF -DLEXBOR_INSTALL_HEADERS=OFF && \ make install-jsruntime-dev: