diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-02-07 05:37:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-06 23:37:52 -0500 |
| commit | 2ee7a2b7ff0722e2b9bea40953be02469854de14 (patch) | |
| tree | 45d8e8e4f3058e48e1c4c3206e96d1d7edcae386 /spec | |
| parent | e7b37c6d60f3065099b7ab283ecc22e8f10d2362 (diff) | |
Dont link z_moji.o in retail (#1731)
Diffstat (limited to 'spec')
| -rw-r--r-- | spec | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
