Skip to content

Commit

Permalink
DOC: add another make command
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Sep 22, 2018
1 parent a836b3d commit a66bfbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/howto/build-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ CFLAGS="-march=native" CXXFLAGS="-march=native" cmake ..
cmake .. -DCMAKE_BUILD_TYPE=Debug
#To use clang:
CC=clang CXX=clang++ cmake ..
#To output log and error to different files:
make >out.log 2>error.log

Libraries (OLD LIST !!! ):
------
Expand Down

0 comments on commit a66bfbf

Please sign in to comment.