Build: Remove unused option `DISABLE_BUILD_DATE`

This commit is contained in:
Martino Fontana 2024-01-15 20:42:01 +01:00 committed by Connor McLaughlin
parent d9d0e84ca1
commit 089b7fa73e
1 changed files with 0 additions and 1 deletions

View File

@ -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.")