Merge branch 'less_qemu_logs' into 'master'
Only enable -d cpu_reset for qemu when debugging See merge request redox-os/redox!1419
This commit is contained in:
commit
0df9d7ba0f
|
@ -1,5 +1,5 @@
|
|||
QEMU=SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-$(QEMU_ARCH)
|
||||
QEMUFLAGS=-d cpu_reset,guest_errors -name "Redox OS $(ARCH)"
|
||||
QEMUFLAGS=-d guest_errors -name "Redox OS $(ARCH)"
|
||||
|
||||
ifeq ($(ARCH),i686)
|
||||
audio?=ac97
|
||||
|
@ -121,7 +121,7 @@ ifneq ($(usb),no)
|
|||
endif
|
||||
|
||||
ifeq ($(gdb),yes)
|
||||
QEMUFLAGS+=-s -S
|
||||
QEMUFLAGS+=-d cpu_reset -s -S
|
||||
endif
|
||||
|
||||
ifeq ($(UNAME),Linux)
|
||||
|
|
Loading…
Reference in a new issue