Skip to content

v0.2.47..v0.2.48 changeset HootenannyFasterCompile.asciidoc

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/docs/developer/HootenannyFasterCompile.asciidoc b/docs/developer/HootenannyFasterCompile.asciidoc
index 939fa76..9fe033a 100644
--- a/docs/developer/HootenannyFasterCompile.asciidoc
+++ b/docs/developer/HootenannyFasterCompile.asciidoc
@@ -30,7 +30,7 @@ echo 'DISTCC_TCP_CORK=0' >> /etc/environment
 QMAKE_CXX=ccache distcc g++
 --------
 6. When you build now use `make -j#` where # is the number of processes * 2. In the example above it would be (4 + 8) * 2 or `make -j24`.
-7. You'll want to update the make arguments in Qt Creator as well if you use Creator. 
+7. You'll want to update the make arguments in Qt Creator as well if you use Creator.
 ** Click on _Projects_
 ** Click _Build & Run_
 ** Click _Details_ in the _Make_ section
Clone this wiki locally