summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-15 06:34:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-15 06:34:43 (GMT)
commit8edd42396d9257bcc76b5457f3c49834ef2cb22b (patch)
tree5cc82c91dd4e5130d6abb30a7b66d5d1919cba57 /.github
parent6e62967ee57a8ce0b804a5e6d103659722d56283 (diff)
parent7539841ffd6ed3122986a4aef9fc0b60e477c607 (diff)
downloadtcl-8edd42396d9257bcc76b5457f3c49834ef2cb22b.zip
tcl-8edd42396d9257bcc76b5457f3c49834ef2cb22b.tar.gz
tcl-8edd42396d9257bcc76b5457f3c49834ef2cb22b.tar.bz2
Merge 8.7
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 7c015df..b616d14 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -21,6 +21,7 @@ jobs:
- "--enable-symbols"
- "--enable-symbols=mem"
- "--enable-symbols=all"
+ - "CFLAGS=-ftrapv"
defaults:
run:
shell: bash