Skip to content

Commit f9c10a8

Browse files
committed
sconsProject: added /bigobj for visual C++ higher dlls' segments size.
1 parent 6657204 commit f9c10a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

compiler/gcc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def version( bin = ccBin ):
2929

3030
CC['define'] = '-D'
3131

32+
CC['bigobj'] = ''
3233
CC['multithreadedlib'] = ''
3334
CC['singlethreadedlib'] = ''
3435

compiler/visual.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
CC['multithreadedlib'] = '/MD'
1414
CC['singlethreadedlib'] = '/ML'
15+
CC['bigobj'] = '/bigobj'
1516

1617
CC['optimize'] =['/O2','/Ox','/GA','/GL']
1718
CC['nooptimize'] =['/Od']

0 commit comments

Comments
 (0)