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 8d3cc6d commit d617beeCopy full SHA for d617bee
1 file changed
scripts/compile.sh
@@ -64,7 +64,7 @@ cd build
64
65
66
if [ "$no_native_arch" = true ] ; then
67
- cmake -DFETCH_BOOST=TRUE -DCMAKE_CXX_FLAGS=${cxxflags} -DNO_NATIVE_ARCH ..
+ cmake -DFETCH_BOOST=TRUE -DCMAKE_CXX_FLAGS=${cxxflags} -DNO_NATIVE_ARCH=TRUE ..
68
else
69
cmake -DFETCH_BOOST=TRUE -DCMAKE_CXX_FLAGS=${cxxflags} ..
70
fi
0 commit comments