From 720b545d4133d09f9e053ec4cea2deb42d74afd2 Mon Sep 17 00:00:00 2001 From: Charlie <66182434+asbott@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:54:06 +0200 Subject: [PATCH] Hotfix build.c --- build.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build.c b/build.c index d488cc1..11a646b 100644 --- a/build.c +++ b/build.c @@ -3,18 +3,6 @@ /// // Build config stuff -#define OOGABOOGA_DEV 1 - -#define RUN_TESTS 0 - -#define VERY_DEBUG 0 - -#define ENABLE_PROFILING 0 - -// ENABLE_SIMD Requires CPU to support at least SSE1 but I will be very surprised if you find a system today which doesn't -#define ENABLE_SIMD 0 - - #define INITIAL_PROGRAM_MEMORY_SIZE MB(5) typedef struct Context_Extra {