Skip to content

Commit a66bfbf

Browse files
committed
DOC: add another make command
1 parent a836b3d commit a66bfbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/howto/build-linux.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ CFLAGS="-march=native" CXXFLAGS="-march=native" cmake ..
3333
cmake .. -DCMAKE_BUILD_TYPE=Debug
3434
#To use clang:
3535
CC=clang CXX=clang++ cmake ..
36+
#To output log and error to different files:
37+
make >out.log 2>error.log
3638

3739
Libraries (OLD LIST !!! ):
3840
------

0 commit comments

Comments
 (0)