Lines Matching +full:- +full:dbuild_shared_libs
1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
22 make -j$(nproc) all
31 make -j$(nproc) install
36 mkdir Fast-CDR/build && cd Fast-CDR/build
37 cmake .. -DBUILD_SHARED_LIBS=OFF
38 cmake --build . --target install
45 cmake .. -DBUILD_SHARED_LIBS=OFF
46 cmake --build . --target install
51 cmake .. -DBUILD_SHARED_LIBS=OFF
52 make -j $(nproc)