wscript: use "/LARGEADDRESSAWARE" on windows
This commit is contained in:
parent
823e437005
commit
30f1e02cda
6
wscript
6
wscript
@ -521,14 +521,16 @@ def configure(conf):
|
||||
'/NODEFAULTLIB:libc',
|
||||
'/NODEFAULTLIB:libcd',
|
||||
'/NODEFAULTLIB:libcmt',
|
||||
'/FORCE'
|
||||
'/FORCE',
|
||||
'/LARGEADDRESSAWARE'
|
||||
]
|
||||
else:
|
||||
linkflags += [
|
||||
'/INCREMENTAL',
|
||||
'/NODEFAULTLIB:libc',
|
||||
'/NODEFAULTLIB:libcd',
|
||||
'/NODEFAULTLIB:libcmtd'
|
||||
'/NODEFAULTLIB:libcmtd',
|
||||
'/LARGEADDRESSAWARE'
|
||||
]
|
||||
|
||||
linkflags += [
|
||||
|
Loading…
Reference in New Issue
Block a user