Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit42b71af

Browse files
authored
Minor CMake project updates (#127)
1 parent77bfb07 commit42b71af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ endif()
274274
if(MSVC)
275275
foreach(t IN LISTS TOOL_EXES ITEMS${PROJECT_NAME})
276276
target_compile_options(${t}PRIVATE /Wall /GR- /fp:fast"$<$<NOT:$<CONFIG:DEBUG>>:/guard:cf>")
277-
target_link_options(${t}PRIVATE /DYNAMICBASE /NXCOMPAT)
277+
target_link_options(${t}PRIVATE /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO)
278278
endforeach()
279279

280280
if((CMAKE_SIZEOF_VOID_PEQUAL 4)AND (NOT${DIRECTX_ARCH}MATCHES"^arm"))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp