]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
disable optimisation for now, until we find a occasional segv
authorAndrew Tridgell <tridge@samba.org>
Mon, 15 Oct 2007 03:31:09 +0000 (13:31 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 15 Oct 2007 03:31:09 +0000 (13:31 +1000)
(This used to be ctdb commit d09570c70551aa40390ce9ceffe7bc234e1afafe)

ctdb/packaging/RPM/ctdb.spec

index d10e46bf4980f262979c96168bea5fe9be04c910..642999b2dc06719fb83f095230a599f0d5a45ad6 100644 (file)
@@ -39,7 +39,7 @@ CC="gcc"
 ## always run autogen.sh
 ./autogen.sh
 
-CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \
+CFLAGS="$RPM_OPT_FLAGS $EXTRA -O0 -D_GNU_SOURCE" ./configure \
        --prefix=%{_prefix} \
        --sysconfdir=%{_sysconfdir} \
        --mandir=%{_mandir} \