Fix build scripts

This commit is contained in:
Valentin Brandl
2019-12-16 18:04:15 +01:00
parent ce57d811ff
commit 052a1319b1

View File

@ -432,7 +432,7 @@ following commands are used for compilation:
&& cd build \
&& cmake -DLLVM_ENABLE_PROJECTS=clang \
-DCMAKE_BUILD_TYPE=Release \
-G "Unix Makefiles" ../llvm
-G "Unix Makefiles" ../llvm \
&& make -j8
\end{minted}
\caption{clang compilation script}