From ca8c66d9f8100089877928c29b0d81b087c4ca39 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Tue, 19 Jan 2016 13:34:08 +0800 Subject: [PATCH] compile with -j4 option to reduce memory usage (issue #209) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d7e4e73..c4cb31c7 100644 --- a/Makefile +++ b/Makefile @@ -222,7 +222,7 @@ else endif compile_lib: config qemu/config-host.h-timestamp - rm -rf lib$(LIBNAME)* $(LIBNAME)*.lib $(LIBNAME)*.dll cyg$(LIBNAME)*.dll && cd qemu && $(MAKE) -j 8 + rm -rf lib$(LIBNAME)* $(LIBNAME)*.lib $(LIBNAME)*.dll cyg$(LIBNAME)*.dll && cd qemu && $(MAKE) -j 4 $(MAKE) unicorn cd samples && $(MAKE) clean