Skip to content

Commit

Permalink
Enable debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex committed Dec 23, 2024
1 parent 35e8510 commit dfda95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ else
GCC_VERSION="15.0.0"
fi

DEBUG=${DEBUG:-0} # Enable debug build.
DEBUG=${DEBUG:-1} # Enable debug build.
CCACHE=${CCACHE:-0} # Enable usage of ccache.
RUN_BOOTSTRAP=${RUN_BOOTSTRAP:-0} # Bootstrap dependencies during the build.
UPDATE_SOURCES=${UPDATE_SOURCES:-0} # Update source code repositories.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ env:
ARTIFACT_PATH: ${{ github.workspace }}/artifact
RELATIVE_ARTIFACT_PATH: ./artifact

DEBUG: 1
CCACHE: 1
DELETE_BUILD: 1

Expand Down

0 comments on commit dfda95b

Please sign in to comment.