mirror of
https://review.haiku-os.org/haiku
synced 2025-01-18 12:38:51 +01:00
Disable DEBUG in x86emu Jamfile rather than in x86emui.h.
This commit is contained in:
parent
c077f5002f
commit
afd0470932
@ -41,11 +41,6 @@
|
||||
#ifndef __X86EMU_X86EMUI_H
|
||||
#define __X86EMU_X86EMUI_H
|
||||
|
||||
// Haiku workaround - don't want to compile all of the debugging code even
|
||||
// when doing a debug build, it's unnecessary unless you're trying to debug
|
||||
// x86emu itself.
|
||||
#undef DEBUG
|
||||
|
||||
/* If we are compiling in C++ mode, we can compile some functions as
|
||||
* inline to increase performance (however the code size increases quite
|
||||
* dramatically in this case).
|
||||
|
@ -1,5 +1,9 @@
|
||||
SubDir HAIKU_TOP src add-ons kernel generic bios ;
|
||||
|
||||
# Don't want to compile all of the debugging code even when doing a debug build,
|
||||
# it's unnecessary unless you're trying to debug x86emu itself.
|
||||
DEBUG = 0 ;
|
||||
|
||||
UseHeaders [ LibraryHeaders x86emu ] ;
|
||||
UsePrivateKernelHeaders ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user