Skip to content

Commit a16830a

Browse files
committed
cmake/debuginfo: How about a hint on what this means lol
1 parent cdc1a8c commit a16830a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

HaikuPorter/ShellScriptlets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ def getShellVariableSetters(shellVariables):
338338
exit 1
339339
elif [[ "$*" = *CMAKE_BUILD_TYPE=Release* ]] && [ -n "$DEBUG_INFO_PACKAGES" ]; then
340340
echo "error: invoking cmake with -DCMAKE_BUILD_TYPE=Release with debug info packages specified"
341+
echo "note: you probably want -DCMAKE_BUILD_TYPE=RelWithDebInfo"
341342
exit 1
342343
elif [[ "$*" = *CMAKE_BUILD_TYPE=RelWithDebInfo* ]] && [ -z "$DEBUG_INFO_PACKAGES" ]; then
343344
echo -n "error: invoking cmake with -DCMAKE_BUILD_TYPE=RelWithDebInfo without debug info "

0 commit comments

Comments
 (0)