mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
Windows: Make builds more reproducible
This commit is contained in:
parent
4a613dad20
commit
50ee8b105d
2 changed files with 4 additions and 1 deletions
|
@ -50,6 +50,9 @@ if (MSVC)
|
|||
add_subdirectory(PCH)
|
||||
add_definitions(/I${PCH_DIRECTORY})
|
||||
add_definitions(/Yu${PCH_PATH})
|
||||
|
||||
# Don't include timestamps in binaries
|
||||
add_link_options(/Brepro)
|
||||
endif()
|
||||
|
||||
# These aren't actually needed for C11/C++11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue