Add .AUTOPARALLEL flag to Makefile
This automatically enables parallelism with the patched make, and flags us as maintaining a parallel build.
This commit is contained in:
parent
81183c71c1
commit
e83c24c91b
@ -1,3 +1,6 @@
|
||||
# Flag build for parallelism; see https://savannah.gnu.org/patch/?6905
|
||||
.AUTOPARALLEL:
|
||||
|
||||
lib_LTLIBRARIES = libmutter-private.la
|
||||
|
||||
SUBDIRS=wm-tester tools compositor/plugins
|
||||
|
Loading…
Reference in New Issue
Block a user