Use Fedora CFLAGS

Pass --disable-debug to configure to make sure the Fedora optimization
flags don't get overriden with '-g3 -O0' -- this breaks _FORTIFY_SOURCE.
This commit is contained in:
Kalev Lember 2013-09-18 23:54:06 +02:00
parent df2e6ec995
commit 55f37a9c25

View File

@ -66,6 +66,7 @@ sed -i 's/libvala-0.20/libvala-0.22/g' configure*
--enable-gtk-doc \
--enable-introspection \
--enable-grl-net \
--disable-debug \
--disable-tests
make %{?_smp_mflags}