diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-11 14:52:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-11 14:52:27 (GMT) |
commit | c079597c246630f1982fc12887cb5b199fe98961 (patch) | |
tree | 207d81b93594603208a996f85bdbfef6692a5ae9 /.github/workflows | |
parent | 3eba98913e01126f1d8215c1bf6dbca778a273cb (diff) | |
download | tcl-c079597c246630f1982fc12887cb5b199fe98961.zip tcl-c079597c246630f1982fc12887cb5b199fe98961.tar.gz tcl-c079597c246630f1982fc12887cb5b199fe98961.tar.bz2 |
Experiment: full UTF for 8.7. (WIP)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/linux-build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/win-build.yml | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index b410aab..cb93bd4 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -7,7 +7,7 @@ jobs: matrix: cfgopt: - "" - - "CFLAGS=-DTCL_UTF_MAX=4" + - "CFLAGS=-DTCL_UTF_MAX=3" - "CFLAGS=-DTCL_NO_DEPRECATED=1" - "--disable-shared" - "--enable-symbols" diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index a8019ee..0ff696c 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -13,7 +13,6 @@ jobs: matrix: cfgopt: - "" - - "OPTS=utfmax" - "CHECKS=nodep" - "OPTS=static" - "OPTS=symbols" @@ -52,7 +51,7 @@ jobs: matrix: cfgopt: - "" - - "CFLAGS=-DTCL_UTF_MAX=4" + - "CFLAGS=-DTCL_UTF_MAX=3" - "CFLAGS=-DTCL_NO_DEPRECATED=1" - "--disable-shared" - "--enable-symbols" |