Hotfix build.c
This commit is contained in:
parent
9842834065
commit
720b545d41
1 changed files with 0 additions and 12 deletions
12
build.c
12
build.c
|
@ -3,18 +3,6 @@
|
||||||
///
|
///
|
||||||
// Build config stuff
|
// 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)
|
#define INITIAL_PROGRAM_MEMORY_SIZE MB(5)
|
||||||
|
|
||||||
typedef struct Context_Extra {
|
typedef struct Context_Extra {
|
||||||
|
|
Reference in a new issue