File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -169,17 +169,6 @@ foreach (_build_type ${_build_types_as_upper})
169
169
string (APPEND CMAKE_EXE_LINKER_FLAGS_${_build_type} " /TLBID:1" )
170
170
string (APPEND CMAKE_SHARED_LINKER_FLAGS_${_build_type} " /TLBID:1" )
171
171
172
- # FIXME: This is not necessary. This is MSVC's default.
173
- # Address space layout randomization
174
- # See https://msdn.microsoft.com/en-us/library/bb384887.aspx
175
- string (APPEND CMAKE_EXE_LINKER_FLAGS_${_build_type} " /DYNAMICBASE" )
176
- if (ENABLE_CFI)
177
- # CFI requires /DYNAMICBASE to be enabled.
178
- string (APPEND CMAKE_SHARED_LINKER_FLAGS_${_build_type} " /DYNAMICBASE" )
179
- else ()
180
- string (APPEND CMAKE_SHARED_LINKER_FLAGS_${_build_type} " /DYNAMICBASE:NO" )
181
- endif ()
182
-
183
172
# FIXME: This is not necessary. This is MSVC's default.
184
173
# Indicate that the executable is compatible with DEP
185
174
# See https://msdn.microsoft.com/en-us/library/ms235442.aspx
You can’t perform that action at this time.
0 commit comments