mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
- Removed disabling of sound for 64-bit build
This commit is contained in:
parent
b94537341d
commit
c5c518390a
|
@ -137,12 +137,6 @@ TURBO68K_FLAGS = -singleaddr
|
||||||
# Build options...
|
# Build options...
|
||||||
#
|
#
|
||||||
|
|
||||||
# Ensure options are consistent
|
|
||||||
# (ie build type must be 32 bits for sound to be included)
|
|
||||||
ifneq ($(strip $(BITS)),32)
|
|
||||||
ENABLE_SOUND = no
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Add compiler flags for various options
|
# Add compiler flags for various options
|
||||||
ifeq ($(strip $(ENABLE_DEBUGGER)),yes)
|
ifeq ($(strip $(ENABLE_DEBUGGER)),yes)
|
||||||
COMPILER_FLAGS += /D "SUPERMODEL_DEBUGGER"
|
COMPILER_FLAGS += /D "SUPERMODEL_DEBUGGER"
|
||||||
|
|
Loading…
Reference in a new issue