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 af0f1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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 af0f1b0

Please sign in to comment.