We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd7355 commit 3bef944Copy full SHA for 3bef944
package/package.sh
@@ -20,15 +20,15 @@
20
set -e
21
22
version=""
23
-package_one=OFF
+package_one=ON
24
strip_enable="FALSE"
25
usage="Usage: ${0} -v <version> -n <ON/OFF> -s <TRUE/FALSE> -g <ON/OFF> -j <jobs> -t <BUILD TYPE>"
26
project_dir="$(cd "$(dirname "$0")" && pwd)/.."
27
build_dir=${project_dir}/pkg-build
28
enablesanitizer="OFF"
29
static_sanitizer="OFF"
30
build_type="Release"
31
-build_console="ON"
+build_console="OFF"
32
branch=$(git rev-parse --abbrev-ref HEAD)
33
jobs=$(nproc)
34
enable_compressed_debug_info=ON
0 commit comments