* Removed /favor:blend from ARCH_DEP_CPPFLAGS It is the default anyway, and including it stops the MS Express compilers from building 64-bit executables. * Added a CONFIG_SITE.Common.windows-x64-static file. The MSVS 2010 linker crashes when when generating code for this target with HOST_OPT = YES, so make it NO.
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
# CONFIG_SITE.Common.windows-x64-static
|
|
#
|
|
# $Revision-Id$
|
|
#
|
|
# Site Specific definitions for windows-x64-static target
|
|
# Only the local epics system manager should modify this file
|
|
|
|
# 64-bit Visual Studio 2010 builds fail when built optimized.
|
|
# If you are using a newer version you can try removing this:
|
|
HOST_OPT = NO
|
|
|