default to release
This commit is contained in:
parent
80c9375d65
commit
f150832676
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd "$(dirname "$0")/.."
|
||||
scripts/make_common.sh ${1} "${2}" 1
|
||||
scripts/make_common.sh "${1}" "${2}" 1
|
||||
popd
|
||||
|
@ -11,6 +11,9 @@ NAME=alpine
|
||||
if [ -z "${BUILD_ARCH}" ]; then
|
||||
BUILD_ARCH=64_bit
|
||||
fi
|
||||
if [ -z "${BUILD_TYPE}" ]; then
|
||||
BUILD_TYPE=Release
|
||||
fi
|
||||
|
||||
ln -sf ${SOURCE_DIR}/build/compile_commands.json ${SOURCE_DIR}/compile_commands.json
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user