summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-11-03 20:00:45 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-11-03 20:00:45 +0100
commita8c03e57301ba45dfb93694f0f4241ce2a99af76 (patch)
tree5b22e9b2a2564a5e72b4b3db18ff7c6b613dad36 /templates
parent25654dbfacce21319b466a1a35665d0eb60c34cd (diff)
downloadMPC-a8c03e57301ba45dfb93694f0f4241ce2a99af76.tar.gz
Add -GE:HIGHENTROPYVA=off
* templates/bmake.mpd:
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%>