mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 12:28:13 -04:00
build: try building example binary in -split configuration
This commit is contained in:
parent
c68460ace7
commit
f71e137998
@ -215,6 +215,11 @@ if [[ "$BUILD_FROM_TARBALL" == "1" ]]; then
|
||||
$BUILD_TOOL distclean
|
||||
rm -rf *
|
||||
|
||||
# ==== example binary ====
|
||||
cmake ../dwarfs/example $CMAKE_TOOL_ARGS -DCMAKE_PREFIX_PATH="$PREFIXPATH"
|
||||
time $BUILD_TOOL
|
||||
rm -rf *
|
||||
|
||||
# ==== dwarfs tools ====
|
||||
cmake ../dwarfs/ $CMAKE_ARGS -DWITH_LIBDWARFS=OFF -DWITH_TOOLS=ON -DWITH_FUSE_DRIVER=OFF -DCMAKE_PREFIX_PATH="$PREFIXPATH"
|
||||
time $BUILD_TOOL
|
||||
|
Loading…
x
Reference in New Issue
Block a user