We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc1a8c commit a16830aCopy full SHA for a16830a
1 file changed
HaikuPorter/ShellScriptlets.py
@@ -338,6 +338,7 @@ def getShellVariableSetters(shellVariables):
338
exit 1
339
elif [[ "$*" = *CMAKE_BUILD_TYPE=Release* ]] && [ -n "$DEBUG_INFO_PACKAGES" ]; then
340
echo "error: invoking cmake with -DCMAKE_BUILD_TYPE=Release with debug info packages specified"
341
+ echo "note: you probably want -DCMAKE_BUILD_TYPE=RelWithDebInfo"
342
343
elif [[ "$*" = *CMAKE_BUILD_TYPE=RelWithDebInfo* ]] && [ -z "$DEBUG_INFO_PACKAGES" ]; then
344
echo -n "error: invoking cmake with -DCMAKE_BUILD_TYPE=RelWithDebInfo without debug info "
0 commit comments