diff options
author | aliaspider | 2014-10-28 22:45:14 +0100 |
---|---|---|
committer | aliaspider | 2014-10-28 22:45:14 +0100 |
commit | f518934e3b664d0cf9535a391d6572300958d3bf (patch) | |
tree | ac24ebff344f7e8163a3b14ed228e3a26aa6915f /Makefile | |
parent | a9c9cc3e30e50e8d90e355aa7ea84ae846e0c9bc (diff) | |
download | snes9x2005-f518934e3b664d0cf9535a391d6572300958d3bf.tar.gz snes9x2005-f518934e3b664d0cf9535a391d6572300958d3bf.tar.bz2 snes9x2005-f518934e3b664d0cf9535a391d6572300958d3bf.zip |
cleanups (cont.)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -77,8 +77,7 @@ OBJECTS = $(C_OBJECTS) $(CPP_OBJECTS) DEFS += -DSPC700_C -DEXECUTE_SUPERFX_PER_LINE -DSDD1_DECOMP \ -DVAR_CYCLES -DCPU_SHUTDOWN -DSPC700_SHUTDOWN \ -DNO_INLINE_SET_GET -DNOASM -DHAVE_MKSTEMP '-DACCEPT_SIZE_T=size_t' \ - -DFOREVER_16_BIT_SOUND -DFOREVER_STEREO \ - -DFOREVER_FORWARD_STEREO -DNO_VOLATILE_SOUND + -DFOREVER_16_BIT_SOUND -DFOREVER_STEREO ifeq ($(DEBUG), 1) OPTIMIZE := -O0 -g |