Skip to content

Commit d2f399e

Browse files
committed
Remove old argument, fixed DOCGroup#192
* templates/bmakecommon.mpt:
1 parent eb9f897 commit d2f399e

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
@@ -97,7 +97,7 @@ common_defines = WIN32 _WINDOWS WIN64
9797
common_flags =
9898
obj_ext = .o
9999
debug_ext = .tds
100-
linker_paths = -L\"$(BDS)\lib\win64\debug\" -L\"$(BDS)\lib\win64\release\" -GE:HIGHENTROPYVA=off
100+
linker_paths = -L\"$(BDS)\lib\win64\debug\" -L\"$(BDS)\lib\win64\release\"
101101
startup_bits = 64
102102
link = ilink64
103103
common_libs = ws2_32$(LIB_EXT) import64$(LIB_EXT) cw64mti$(LIB_EXT)

0 commit comments

Comments
 (0)