From cd38e88fb85472647e2a23169a8af31d237cda9d Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 11 Jan 2020 10:52:13 -0500 Subject: [PATCH] For travis, add VERILATOR_AUTHOR_SITE to get -Werror. Closes #2099. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9bdca4d68..0307d98ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ env: - VERILATOR_ROOT=$PWD - VERILATOR_NUM_JOBS=$(echo `nproc` + 1 | bc) - VERILATOR_CONFIG_FLAGS="--enable-maintainer-mode --enable-longtests" + - VERILATOR_AUTHOR_SITE=1 - OBJCACHE=ccache cache: