mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 05:28:29 +00:00
compile with -j4 option to reduce memory usage (issue #209)
This commit is contained in:
parent
69b784fc45
commit
ca8c66d9f8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue