File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ PDB_FLAGS = <%pdb_flags%>
14
14
DEBUG_CFLAGS = <%debug_flags%>
15
15
RELEASE_CFLAGS = <%release_flags%>
16
16
CC_CFLAGS = <%ccflags%>
17
+ STACK_LFLAG = <%stack_flag%>
17
18
WARN_FLAGS = <%warn_flags%>
18
19
BINARY_FLAGS = <%binary_flags%>
19
20
THREAD_FLAGS = <%thr_flags%>
@@ -139,7 +140,7 @@ LFLAGS = \
139
140
<%linkflags%> \
140
141
<%endif%>
141
142
<%if(StackReserveSize)%>
142
- /S: <%StackReserveSize%> \
143
+ $(STACK_LFLAG) <%StackReserveSize%> \
143
144
<%endif%>
144
145
<%if(StackCommitSize)%>
145
146
/Sc:<%StackCommitSize%> \
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ release_flags =
20
20
optimize_flags = -O1
21
21
pdb_flags =
22
22
warn_flags = -w-rvl -w-rch -w-ccc -w-obs -w-aus -w-pia -w-inl -w-mls
23
+ stack_flag = /S:
23
24
cc = bcc32
24
25
thr_flags = -tWM
25
26
binary_flags = -tWR -tWD
@@ -47,6 +48,7 @@ release_flags =
47
48
optimize_flags = -O3
48
49
pdb_flags =
49
50
warn_flags =
51
+ stack_flag = /S:
50
52
cc = bcc32c
51
53
binary_flags = -tR -tD
52
54
thr_flags = -tM
@@ -73,6 +75,7 @@ release_flags =
73
75
optimize_flags = -O3
74
76
pdb_flags =
75
77
warn_flags =
78
+ stack_flag = /S:
76
79
cc = bcc64
77
80
binary_flags = -tR -tD
78
81
thr_flags = -tM
@@ -99,6 +102,7 @@ release_flags = -Wno-ignored-attributes
99
102
optimize_flags = -O3
100
103
pdb_flags = -pdb $(OUTPUTDIR)$(NAME).pdb
101
104
warn_flags =
105
+ stack_flag = --stack=
102
106
cc = bcc64x
103
107
binary_flags = -tR -tD
104
108
thr_flags = -tM
You can’t perform that action at this time.
0 commit comments