Browse Source

Update message in debug+portmidi builds

master
cancel 5 years ago
parent
commit
96897adad8
  1. 2
      tool

2
tool

@ -355,7 +355,7 @@ build_target() {
add libraries -lportmidi
add cc_flags -DFEAT_PORTMIDI
if [[ $config_mode = debug ]]; then
echo -e "Warning: The PortMIDI library contains bugs.\\nIt may trigger address sanitizer in debug builds.\\nThese are not bugs in orca." >&2
echo -e "Warning: The PortMIDI library contains code that may trigger address sanitizer in debug builds.\\nThese are not bugs in orca." >&2
fi
fi
if [[ $mouse_disabled = 1 ]]; then

Loading…
Cancel
Save