Skip to content

Commit

Permalink
SKBUILD_CMAKE_BUILD_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Aug 30, 2024
1 parent c24e957 commit 07e3ad3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,14 @@ fi
# Process flags
if hasArg -v; then
VERBOSE_FLAG=-v
export SKBUILD_BUILD_VERBOSE=true
export SKBUILD_LOGGING_LEVEL=INFO
set -x
fi
if hasArg -g; then
BUILD_TYPE=Debug
export SKBUILD_INSTALL_STRIP=false
export SKBUILD_CMAKE_BUILD_TYPE=""Debug""
export SKBUILD_CMAKE_BUILD_TYPE=Debug
fi
if hasArg -n; then
INSTALL_TARGET=""
Expand Down

0 comments on commit 07e3ad3

Please sign in to comment.