Comment 5 for bug 1194123

Revision history for this message
Sebastien Bacher (seb128) wrote :

updated/smaller testcase:
- untar the gtk source
- autoreconf
- ./configure --prefix=/usr --disable-test-print-backend --enable-x11-backend --disable-gtk-doc --enable-shared --disable-introspection --disable-colord --disable-static --disable-wayland-backend
(turning off some of the options helps to lower the turnover)
- make
- cd gtk
- xvfb-run ./tests/builder

-> that breaks

- sed -i 's#-O2# #g' Makefile
- touch gtkcssstylepropertyimpl.c; make; xvfb-run ./tests/builder

-> works