mirror of https://github.com/PCSX2/pcsx2.git
Build: Remove unused option `DISABLE_BUILD_DATE`
This commit is contained in:
parent
d9d0e84ca1
commit
089b7fa73e
|
@ -4,7 +4,6 @@ set(PCSX2_DEFS "")
|
|||
#-------------------------------------------------------------------------------
|
||||
# Misc option
|
||||
#-------------------------------------------------------------------------------
|
||||
option(DISABLE_BUILD_DATE "Disable including the binary compile date")
|
||||
option(ENABLE_TESTS "Enables building the unit tests" ON)
|
||||
option(LTO_PCSX2_CORE "Enable LTO/IPO/LTCG on the subset of pcsx2 that benefits most from it but not anything else")
|
||||
option(USE_VTUNE "Plug VTUNE to profile GS JIT.")
|
||||
|
|
Loading…
Reference in New Issue