Skip to content

Commit

Permalink
Disable warnings-as-errors in gcc linux release build
Browse files Browse the repository at this point in the history
  • Loading branch information
grunt-lucas committed Jan 26, 2025
1 parent ae532c7 commit e2e07b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ linux_amd64_gcc() {
mkdir -p "$output_directory/porytiles-$mode"
pushd Porytiles-0.x
export CXX="g++"
cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_FIND_FRAMEWORK=NEVER -B build
cmake --compile-no-warning-as-error -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_FIND_FRAMEWORK=NEVER -B build
pushd build
cmake --build .
popd
Expand Down

0 comments on commit e2e07b5

Please sign in to comment.