Skip to content

Commit

Permalink
doc/preprocess.sh: Add "set -x" to ease future debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed May 11, 2024
1 parent 683bdab commit 71d8ed5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/preprocess.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! /usr/bin/env bash
# Run GCC preprocessor and delete empty lines
: ${CC:=cc}
PS4='doc/preprocess.sh|# '
set -x
"${CC}" -E -DURI_DOXYGEN -DURI_NO_UNICODE -C -I ../include "$1" | sed -e '/^$/d' -e 's/COMMENT_HACK//g'

0 comments on commit 71d8ed5

Please sign in to comment.