Skip to content

Commit

Permalink
[3d3124d01d]: Assure we detect any -ftrapv failures in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Sep 15, 2023
1 parent f59a26a commit 39c9ae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "--enable-symbols"
- "--enable-symbols=mem"
- "--enable-symbols=all"
- "CFLAGS=-ftrapv"
- "CFLAGS=-DTCL_UTF_MAX=4"
- "CFLAGS=-DTCL_UTF_MAX=6"
defaults:
Expand Down

0 comments on commit 39c9ae2

Please sign in to comment.