mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-08-09 13:06:46 -04:00
BUILD_TYPE and LIB_TYPE were switched. Make choices clearer
parent
04c7242e10
commit
ff0539eb7e
@ -6,10 +6,10 @@ First, install both meson (which requires Python3) and ninja.
|
||||
Then,
|
||||
|
||||
cd jsoncpp/
|
||||
BUILD_TYPE=shared
|
||||
#BUILD_TYPE=static
|
||||
LIB_TYPE=debug
|
||||
#LIB_TYPE=release
|
||||
BUILD_TYPE=release
|
||||
#plain, debug, debugoptimized, release, minsize
|
||||
LIB_TYPE=shared
|
||||
#LIB_TYPE=static
|
||||
meson --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . build-${LIB_TYPE}
|
||||
ninja -v -C build-${LIB_TYPE} test
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user