Commit 99aa959a authored by Vitaly Lipatov's avatar Vitaly Lipatov

add compile flags, always run configure

parent d9b38e1a
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
autoreconf -fiv autoreconf -fiv
# run configure if project is compiled # set flags as in rpm build
test -f Makefile && ./configure --enable-maintainer-mode --prefix=/usr CFLAGS='-pipe -O2 -march=i586 -mtune=i686'
exit 0 export CFLAGS
\ No newline at end of file CXXFLAGS="$CFLAGS"
export CXXFLAGS
./configure --enable-maintainer-mode --prefix=/usr
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment