Commit f5e86e7e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Disable warnings as errors - GCC 9.1.0 is much stricter now

parent 5f8f0123
all:
tar xf cppunit-1.14.0.tar.gz
cd cppunit-1.14.0 && ./configure --prefix=/usr
cd cppunit-1.14.0 && ./configure --prefix=/usr --disable-werror
$(MAKE) -C cppunit-1.14.0
$(MAKE) -C cppunit-1.14.0 check
$(MAKE) -C cppunit-1.14.0 install
......
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