From 820a0cba07dfa5e844b759be2f7f2efcbfcfda59 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 Apr 2011 11:50:14 +0300 Subject: Write errors to log file in cmake compilation. --- bcmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bcmake') diff --git a/bcmake b/bcmake index 64dab2116..fd6196df7 100755 --- a/bcmake +++ b/bcmake @@ -1,7 +1,7 @@ #!/bin/bash export PATH=/usr/i586-mingw32msvc/bin:$PATH -CXXFLAGS="-Wall -g0 -O2" cmake -DCMAKE_TOOLCHAIN_FILE=./toolchain.cmake . +CXXFLAGS="-Wall -g0 -O2" cmake -DCMAKE_TOOLCHAIN_FILE=./toolchain.cmake . 2>make1.log make -j5 2>make.log -- cgit v1.2.3-60-g2f50