Bläddra i källkod

Remove note about parallel build issues

https://github.com/godotengine/godot/issues/5182 was closed a year ago, and has probably been resolved for over two years.
Thomas ten Cate 6 år sedan
förälder
incheckning
6871166b32
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      development/compiling/introduction_to_the_buildsystem.rst

+ 0 - 2
development/compiling/introduction_to_the_buildsystem.rst

@@ -92,8 +92,6 @@ Example for using 4 cores:
 
     user@host:~/godot$ scons platform=x11 -j 4
 
-Note that there are currently `issues <https://github.com/godotengine/godot/issues/5182>`__ with parallel builds for at least some users, so if you are running into errors, try building without the ``-j`` parameter.
-
 Resulting binary
 ----------------