mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:47:47 +00:00
LibJS: Disable HEAP_DEBUG logging on non-SerenityOS platforms
This makes it a bit easier to work with LibJS on Linux for now.
This commit is contained in:
parent
2fc56abd4b
commit
7a5ef0a87f
1 changed files with 2 additions and 0 deletions
|
@ -40,7 +40,9 @@
|
||||||
# include <pthread.h>
|
# include <pthread.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __serenity__
|
||||||
#define HEAP_DEBUG
|
#define HEAP_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace JS {
|
namespace JS {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue