mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-22 21:37:22 +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:
@@ -40,7 +40,9 @@
|
||||
# include <pthread.h>
|
||||
#endif
|
||||
|
||||
#ifdef __serenity__
|
||||
#define HEAP_DEBUG
|
||||
#endif
|
||||
|
||||
namespace JS {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user