Comment out asserts on Linux/Mac/Android

This commit is contained in:
wheremyfoodat 2024-11-30 16:29:40 +02:00
parent 08b09e175f
commit 95052ef879

View file

@ -11,9 +11,6 @@
#include "host_memory/dynamic_library.h"
#define ASSERT
#define UNIMPLEMENTED_MSG
#if defined(_M_ARM64) || defined(__aarch64__)
#define ARCHITECTURE_arm64
#endif
@ -47,6 +44,9 @@
#include <host_memory/host_memory.h>
#include <host_memory/free_region_manager.h>
#define ASSERT
#define UNIMPLEMENTED_MSG
namespace Common {
constexpr size_t PageAlignment = 0x1000;