Skip to content

Commit

Permalink
wd doesnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmherokiller committed Aug 5, 2021
1 parent f2f4f14 commit 6f8a6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ if (MSVC)
target_link_options(
${PROJECT_NAME}
PRIVATE
/wd4099 #Disable this fuq warning
/ignore:4099 #Disable this fuq warning
/WX # Treat Linker Warnings as Errors
"$<$<CONFIG:DEBUG>:/INCREMENTAL;/OPT:NOREF;/OPT:NOICF>"
"$<$<CONFIG:RELEASE>:/INCREMENTAL:NO;/OPT:REF;/OPT:ICF;/DEBUG:FULL>"
Expand Down

0 comments on commit 6f8a6c3

Please sign in to comment.