Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
message(STATUS "CMAKE_VERSION: ${CMAKE_VERSION}")

string(TIMESTAMP BUILD_DATETIME UTC)
message(STATUS "TIMESTAMP: ${BUILD_DATETIME}")
# NEO TODO (nullsystem): This screwed up nvim's :make
# message(STATUS "TIMESTAMP: ${BUILD_DATETIME}")

list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

Expand Down Expand Up @@ -179,6 +180,7 @@ if(OS_WINDOWS)
/errorReport:prompt # ErrorReporting - Prompt Immediately
/W4
/Gw # Optimize Global Data
/bigobj # Required for unity build

/wd4456
/wd4457
Expand Down
Loading
Loading