Skip to content

Commit

Permalink
disable console pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango committed Apr 2, 2022
1 parent abd7355 commit 21d6f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
set -e

version=""
package_one=OFF
package_one=ON
strip_enable="FALSE"
usage="Usage: ${0} -v <version> -n <ON/OFF> -s <TRUE/FALSE> -g <ON/OFF> -j <jobs> -t <BUILD TYPE>"
project_dir="$(cd "$(dirname "$0")" && pwd)/.."
build_dir=${project_dir}/pkg-build
enablesanitizer="OFF"
static_sanitizer="OFF"
build_type="Release"
build_console="ON"
build_console="OFF"
branch=$(git rev-parse --abbrev-ref HEAD)
jobs=$(nproc)
enable_compressed_debug_info=ON
Expand Down

0 comments on commit 21d6f9e

Please sign in to comment.