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 30f6423 commit 26f873dCopy full SHA for 26f873d
doc/howto/build-linux.txt
@@ -22,17 +22,16 @@ Build commands:
22
------
23
cd xray-16
24
git submodule update --init --recursive
25
-rm -rf Externals/cryptopp/*
26
mkdir bin && cd bin
27
cmake ..
28
make
29
30
-#To enable all instruction for the local machine:
31
-CFLAGS="-march=native" CXXFLAGS="-march=native" cmake ..
32
#To enable debugging:
33
cmake .. -DCMAKE_BUILD_TYPE=Debug
34
#To use clang:
35
CC=clang CXX=clang++ cmake ..
+#To enable all instruction for the local machine:
+CFLAGS="-march=native" CXXFLAGS="-march=native" cmake ..
36
#To output log and error to different files:
37
make >out.log 2>error.log
38
0 commit comments