We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a836b3d commit a66bfbfCopy full SHA for a66bfbf
doc/howto/build-linux.txt
@@ -33,6 +33,8 @@ CFLAGS="-march=native" CXXFLAGS="-march=native" cmake ..
33
cmake .. -DCMAKE_BUILD_TYPE=Debug
34
#To use clang:
35
CC=clang CXX=clang++ cmake ..
36
+#To output log and error to different files:
37
+make >out.log 2>error.log
38
39
Libraries (OLD LIST !!! ):
40
------
0 commit comments