mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
travis: Force verification of DLOG macros
We use INFO as the default log level, which leaves code inside DLOG macros unverified(currently it has compilation errors). Decrease the log level on travis builds for automatic verification in PRs.
This commit is contained in:
parent
cdfdfae322
commit
97f0c1eda1
@ -67,3 +67,5 @@ install_prebuilt_deps
|
||||
sudo apt-mark hold oracle-java7-installer oracle-java8-installer
|
||||
|
||||
sudo apt-get update
|
||||
|
||||
export CFLAGS='-DMIN_LOG_LEVEL=0' # force verification of DLOG macros
|
||||
|
Loading…
Reference in New Issue
Block a user