diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-25 15:06:25 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-25 15:06:25 (GMT) |
commit | 97294cb6f5e05d4599085560d2fafada0cb0fe3d (patch) | |
tree | d6a25bc5f342c682bfb015ef9213a5d60468666f /.travis.yml | |
parent | e1febe2aaccce12101e911b31edb3c7e85a40771 (diff) | |
parent | 13f90df6597eb8749645582c67de29865ea50950 (diff) | |
download | tcl-97294cb6f5e05d4599085560d2fafada0cb0fe3d.zip tcl-97294cb6f5e05d4599085560d2fafada0cb0fe3d.tar.gz tcl-97294cb6f5e05d4599085560d2fafada0cb0fe3d.tar.bz2 |
Merge 8.7
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index abf200b..6ac0517 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ matrix: compiler: g++ env: - BUILD_DIR=unix - - CFGOPT="CC=g++ CFLAGS=-Wall" + - CFGOPT="CC=g++ CFLAGS=-Dregister=dont+use+register" # Older versions of GCC... - name: "Linux/GCC 7/Shared" os: linux |