Skip to content

Commit 0de6669

Browse files
authored
Merge pull request DOCGroup#165 from jwillemsen/jwi-bcc64path2
Add -GE:HIGHENTROPYVA=off for bcc64 as workaround for runtime crashes using 11.2
2 parents 25654db + a8c03e5 commit 0de6669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/bmake.mpd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ LIB_EXT = <%lib64_ext%>
6262
OBJ_EXT = <%obj64_ext%>
6363
THREADFLAGS = <%thrflags64%>
6464
BINARYFLAGS = <%binaryflags64%>
65-
LINKERPATHS = -L"$(BDS)\lib\win64\debug" -L"$(BDS)\lib\win64\release"
65+
LINKERPATHS = -L"$(BDS)\lib\win64\debug" -L"$(BDS)\lib\win64\release" -GE:HIGHENTROPYVA=off
6666
WARNFLAGS64 = <%warnflags64%>
6767
<%else%>
6868
LINK32 = <%link32%>

0 commit comments

Comments
 (0)