compile with -j4 option to reduce memory usage (issue #209)
This commit is contained in:
parent
69b784fc45
commit
ca8c66d9f8
2
Makefile
2
Makefile
|
@ -222,7 +222,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
compile_lib: config qemu/config-host.h-timestamp
|
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
|
$(MAKE) unicorn
|
||||||
cd samples && $(MAKE) clean
|
cd samples && $(MAKE) clean
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue