diff options
author | 2020-06-12 11:55:10 +0700 | |
---|---|---|
committer | 2020-06-12 11:55:10 +0700 | |
commit | 19214dd8e6528e056166a37b441568a9a264b086 (patch) | |
tree | 7403411d6d536153d1df6d8923f7594ace8b9a4f /3rdparty/asmjit/tools/configure-ninja.sh | |
parent | 7b6dbd7a1442d6a77f3b410966fdc41769e417b5 (diff) |
asmjist: sync with upstream (nw)
Diffstat (limited to '3rdparty/asmjit/tools/configure-ninja.sh')
-rw-r--r-- | 3rdparty/asmjit/tools/configure-ninja.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/asmjit/tools/configure-ninja.sh b/3rdparty/asmjit/tools/configure-ninja.sh index a3da4178aa9..0ff2779062f 100644 --- a/3rdparty/asmjit/tools/configure-ninja.sh +++ b/3rdparty/asmjit/tools/configure-ninja.sh @@ -7,7 +7,7 @@ BUILD_OPTIONS="-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DASMJIT_TEST=1" echo "** Configuring ${BUILD_DIR}_dbg [Debug Build] **" mkdir -p ../${BUILD_DIR}_dbg cd ../${BUILD_DIR}_dbg -eval cmake .. -G"Ninja" -DCMAKE_BUILD_TYPE=Debug ${BUILD_OPTIONS} -DASMJIT_SANITIZE=1 +eval cmake .. -G"Ninja" -DCMAKE_BUILD_TYPE=Debug ${BUILD_OPTIONS} cd ${CURRENT_DIR} echo "** Configuring ${BUILD_DIR}_rel [Release Build] **" |