Fix build scripts

This commit is contained in:
Valentin Brandl 2019-12-16 18:04:15 +01:00
parent ce57d811ff
commit 052a1319b1
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

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}