summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-02-07 05:37:52 +0100
committerGitHub <noreply@github.com>2024-02-06 23:37:52 -0500
commit2ee7a2b7ff0722e2b9bea40953be02469854de14 (patch)
tree45d8e8e4f3058e48e1c4c3206e96d1d7edcae386 /spec
parente7b37c6d60f3065099b7ab283ecc22e8f10d2362 (diff)
Dont link z_moji.o in retail (#1731)
Diffstat (limited to 'spec')
-rw-r--r--spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec b/spec
index 5ac090298..8d4f825ca 100644
--- a/spec
+++ b/spec
@@ -356,7 +356,9 @@ beginseg
include "$(BUILD_DIR)/src/code/z_lights.o"
include "$(BUILD_DIR)/src/code/z_malloc.o"
include "$(BUILD_DIR)/src/code/z_map_mark.o"
+#if OOT_DEBUG
include "$(BUILD_DIR)/src/code/z_moji.o"
+#endif
include "$(BUILD_DIR)/src/code/z_prenmi_buff.o"
include "$(BUILD_DIR)/src/code/z_nulltask.o"
include "$(BUILD_DIR)/src/code/z_olib.o"