mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Merge branch 'master' of github.com:panda3d/panda3d
This commit is contained in:
commit
b71973177b
@ -970,7 +970,7 @@ def CompileCxx(obj,src,opts):
|
||||
if ("BIGOBJ" in opts) or GetTargetArch() == 'x64':
|
||||
cmd += " /bigobj"
|
||||
|
||||
cmd += " /EHa /Zm300 /DWIN32_VC /DWIN32"
|
||||
cmd += " /Zm300 -D_HAS_EXCEPTIONS=0 /DWIN32_VC /DWIN32"
|
||||
if GetTargetArch() == 'x64':
|
||||
cmd += " /DWIN64_VC /DWIN64"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user