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%>
1414DEBUG_CFLAGS = <%debug_flags%>
1515RELEASE_CFLAGS = <%release_flags%>
1616CC_CFLAGS = <%ccflags%>
17+ STACK_LFLAG = <%stack_flag%>
1718WARN_FLAGS = <%warn_flags%>
1819BINARY_FLAGS = <%binary_flags%>
1920THREAD_FLAGS = <%thr_flags%>
@@ -139,7 +140,7 @@ LFLAGS = \
139140 <%linkflags%> \
140141<%endif%>
141142<%if(StackReserveSize)%>
142- /S: <%StackReserveSize%> \
143+ $(STACK_LFLAG) <%StackReserveSize%> \
143144<%endif%>
144145<%if(StackCommitSize)%>
145146 /Sc:<%StackCommitSize%> \
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ release_flags =
2020optimize_flags = -O1
2121pdb_flags =
2222warn_flags = -w-rvl -w-rch -w-ccc -w-obs -w-aus -w-pia -w-inl -w-mls
23+ stack_flag = /S:
2324cc = bcc32
2425thr_flags = -tWM
2526binary_flags = -tWR -tWD
@@ -47,6 +48,7 @@ release_flags =
4748optimize_flags = -O3
4849pdb_flags =
4950warn_flags =
51+ stack_flag = /S:
5052cc = bcc32c
5153binary_flags = -tR -tD
5254thr_flags = -tM
@@ -73,6 +75,7 @@ release_flags =
7375optimize_flags = -O3
7476pdb_flags =
7577warn_flags =
78+ stack_flag = /S:
7679cc = bcc64
7780binary_flags = -tR -tD
7881thr_flags = -tM
@@ -99,6 +102,7 @@ release_flags = -Wno-ignored-attributes
99102optimize_flags = -O3
100103pdb_flags = -pdb $(OUTPUTDIR)$(NAME).pdb
101104warn_flags =
105+ stack_flag = --stack=
102106cc = bcc64x
103107binary_flags = -tR -tD
104108thr_flags = -tM
You can’t perform that action at this time.
0 commit comments