mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
support OPTIMIZE 1 on win64 too
This commit is contained in:
parent
f322dc5853
commit
b421b037fe
@ -260,11 +260,11 @@
|
||||
#define LDFLAGS_OPT3 /NODEFAULTLIB:MSVCRTD.LIB /OPT:REF
|
||||
#define LDFLAGS_OPT4 /NODEFAULTLIB:MSVCRTD.LIB /OPT:REF $[LDFLAGS_OPT4]
|
||||
|
||||
#define COMMONFLAGS /DHAVE_DINKUM /Zc:forScope
|
||||
// use /bigobj in 64-bit environment
|
||||
#define COMMONFLAGS /DHAVE_DINKUM /Zc:forScope $[if $[eq $[USE_COMPILER],MSVC9x64], /bigobj,]
|
||||
|
||||
// use "unsafe" QIfist flt->int rounding only if FAST_FLT_TO_INT is defined
|
||||
// use /bigobj in 64-bit environment
|
||||
#define REGULAR_OPTFLAGS $[if $[eq $[USE_COMPILER],MSVC9x64], /bigobj,] /O2 /Ob2 $[if $[ne $[FAST_FLT_TO_INT],], /QIfist,]
|
||||
#define REGULAR_OPTFLAGS /O2 /Ob2 $[if $[ne $[FAST_FLT_TO_INT],], /QIfist,]
|
||||
|
||||
#defer OPTFLAGS $[if $[OPT_MINSIZE],/Ox /Og /Ob1 /Oi /Os /Oy /GL,$[REGULAR_OPTFLAGS]]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user