diff options
Diffstat (limited to 'extra/json-c/build')
| -rwxr-xr-x | extra/json-c/build | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/extra/json-c/build b/extra/json-c/build index 7f4f480b..53100c34 100755 --- a/extra/json-c/build +++ b/extra/json-c/build @@ -6,7 +6,10 @@ cmake -B build \      -DCMAKE_INSTALL_PREFIX=/usr \      -DCMAKE_INSTALL_LIBDIR=lib \      -DCMAKE_BUILD_TYPE=Release \ -    -DBUILD_TESTING=OFF +    -DDISABLE_WERROR=ON \ +    -DDISABLE_EXTRA_LIBS=ON \ +    -DBUILD_TESTING=OFF \ +    -Wno-dev  cmake --build   build  cmake --install build | 
