From: Christian Brauner Date: Sat, 4 Aug 2018 15:50:33 +0000 (+0200) Subject: travis: build with -O0 for coverity X-Git-Tag: lxc-3.1.0~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a6ecf65bf437ce3f26004e07e4edbc94cfad370;p=thirdparty%2Flxc.git travis: build with -O0 for coverity Signed-off-by: Christian Brauner --- diff --git a/.travis.yml b/.travis.yml index ca354ccc0..569e2688f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ addons: name: "lxc/lxc" description: "LXC - Linux Containers https://linuxcontainers.org/lxc" notification_email: lxc-devel@lists.linuxcontainers.org - build_command_prepend: "./autogen.sh && mkdir build && cd build && ../configure --enable-tests --with-distro=unknown" + build_command_prepend: "./autogen.sh && mkdir build && cd build && ../configure -O0 --enable-tests --with-distro=unknown" build_command: "make -j4" branch_pattern: master before_install: