Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-08-09 14:49:01 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-08-09 14:49:01 +0300
commit72ec77f3731cb83e25dbe371d9752ce609505a47 (patch)
tree25dda6bf31bec1b5a084e5ee40d19d38736196c9 /build-backend.xml
parent192d13c25f1310323c2984b9178148bb39d38db1 (diff)
.......... [ZBXNEXT-686] removed -O2 option from cmocka tests
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-backend.xml b/build-backend.xml
index aa98ead6b2f..13d794edfdc 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -224,7 +224,7 @@
<property name="cmocka-2-agent-only" value="-q --enable-agent"/>
<property name="cmocka-3-server-only" value="-q --enable-server --with-mysql"/>
<property name="cmocka-4-proxy-only" value="-q --enable-proxy --with-sqlite3"/>
- <property name="cmocka-5-sanitizer" value="CC=clang CFLAGS='-Wall -Wextra -Wenum-conversion -g -O2 -fsanitize=leak,address' LDFLAGS='-fsanitize=leak,address' -q --enable-server --enable-agent --enable-proxy --enable-ipv6 --with-mysql --with-libxml2 --with-unixodbc --with-net-snmp --with-ssh2 --with-openipmi --with-libevent --with-openssl --with-ldap --with-libcurl --with-iconv --with-libpcre"/>
+ <property name="cmocka-5-sanitizer" value="CC=clang CFLAGS='-Wall -Wextra -Wenum-conversion -g -fsanitize=leak,address' LDFLAGS='-fsanitize=leak,address' -q --enable-server --enable-agent --enable-proxy --enable-ipv6 --with-mysql --with-libxml2 --with-unixodbc --with-net-snmp --with-ssh2 --with-openipmi --with-libevent --with-openssl --with-ldap --with-libcurl --with-iconv --with-libpcre"/>
</target>
<target name="cmocka-tests" depends="init-cmocka-test-conf-options">