]> granicus.if.org Git - libevent/commitdiff
travis-ci: remove -DEVENT__ENABLE_VERBOSE_DEBUG=ON (too much useless logs)
authorAzat Khuzhin <a3at.mail@gmail.com>
Sun, 5 Mar 2017 23:52:46 +0000 (02:52 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sun, 5 Mar 2017 23:56:27 +0000 (02:56 +0300)
I guess we can revert part of 59649f7 commit, we tried, but it adds more problems than solves.

Refs: https://github.com/libevent/libevent/pull/476#issuecomment-284259602

.travis.yml

index cc370e9f005bb02638efb2062e4922d9355ff041..fe8d77efb4cff9c2fd1080138009c936c120082f 100644 (file)
@@ -12,7 +12,6 @@ env:
     - EVENT_BUILD_METHOD=cmake EVENT_CMAKE_OPTIONS="-DEVENT__DISABLE_THREAD_SUPPORT=ON"
     - EVENT_BUILD_METHOD=cmake EVENT_CMAKE_OPTIONS="-DEVENT__DISABLE_DEBUG_MODE=ON"
     - EVENT_BUILD_METHOD=cmake EVENT_CMAKE_OPTIONS="-DEVENT__DISABLE_MM_REPLACEMENT=ON"
-    - EVENT_BUILD_METHOD=cmake EVENT_CMAKE_OPTIONS="-DEVENT__ENABLE_VERBOSE_DEBUG=ON"
     - EVENT_BUILD_METHOD=autotools EVENT_CONFIGURE_OPTIONS=""
     - EVENT_BUILD_METHOD=autotools EVENT_CONFIGURE_OPTIONS="--disable-openssl"
     - EVENT_BUILD_METHOD=autotools EVENT_CONFIGURE_OPTIONS="--disable-thread-support"