Skip to content

Commit

Permalink
Force empty CMAKE_DEBUG_POSTFIX for debug builds
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Oct 6, 2024
1 parent 576e42c commit f914294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ function build_cmake() {
fi

if [ -n "${PAWPAW_DEBUG}" ] && [ "${PAWPAW_DEBUG}" -eq 1 ]; then
extraconfrules+=" -DCMAKE_BUILD_TYPE=Debug"
extraconfrules+=" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_DEBUG_POSTFIX="
else
extraconfrules+=" -DCMAKE_BUILD_TYPE=Release"
fi
Expand Down

0 comments on commit f914294

Please sign in to comment.