Skip to content

Commit 7205f39

Browse files
committed
Convert stack flag
* templates/bmakecommon.mpt:
1 parent 99ef450 commit 7205f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/bmakecommon.mpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ release_flags = -Wno-ignored-attributes
105105
optimize_flags = -O3
106106
pdb_flags = -Xlinker -pdb -Xlinker $(OUTPUTDIR)$(NAME).pdb
107107
warn_flags =
108-
stack_flag = --stack=
108+
stack_flag = -Xlinker --stack=
109109
cc = bcc64x
110110
binary_flags = -tR -tD
111111
thr_flags = -tM

0 commit comments

Comments
 (0)