summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2022-11-11 06:23:32 -0600
committerChad Elliott <elliottc@objectcomputing.com>2022-11-11 06:23:32 -0600
commit803712a150de62cf8c8427a775c7e5587a59fa7f (patch)
tree62508ff7ec4c2c1b08b33faca1fb4e6145fad521 /templates
parenta91abb9c996317753d7c0302bb6eb87cbad7cfca (diff)
parent5aad93c4292b7aa33395dd2bb96c5599c73bdf5a (diff)
downloadMPC-803712a150de62cf8c8427a775c7e5587a59fa7f.tar.gz
Merge branch 'master' into elliottc/cmake-support
Diffstat (limited to 'templates')
-rw-r--r--templates/bmake.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bmake.mpd b/templates/bmake.mpd
index d78bddb1..dda37a7b 100644
--- a/templates/bmake.mpd
+++ b/templates/bmake.mpd
@@ -62,7 +62,7 @@ LIB_EXT = <%lib64_ext%>
OBJ_EXT = <%obj64_ext%>
THREADFLAGS = <%thrflags64%>
BINARYFLAGS = <%binaryflags64%>
-LINKERPATHS = -L"$(BDS)\lib\win64\debug" -L"$(BDS)\lib\win64\release"
+LINKERPATHS = -L"$(BDS)\lib\win64\debug" -L"$(BDS)\lib\win64\release" -GE:HIGHENTROPYVA=off
WARNFLAGS64 = <%warnflags64%>
<%else%>
LINK32 = <%link32%>