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 e2e07b5 commit 44389ec
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 --compile-no-warning-as-error -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_FIND_FRAMEWORK=NEVER -B build
cmake -DWARNINGS_AS_ERRORS=OFF -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_FIND_FRAMEWORK=NEVER -B build
pushd build
cmake --build .
popd
Expand Down

0 comments on commit 44389ec

Please sign in to comment.