Skip to content

Commit

Permalink
Merge pull request #495 from hvdijk/msvc-debug
Browse files Browse the repository at this point in the history
[MSVC] Fix debug builds.
  • Loading branch information
hvdijk authored Jul 15, 2024
2 parents 7f4a4fe + 10e3e20 commit 872ac00
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/compiler/builtins/abacus/source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ target_compile_options(abacus_static
/fp:precise # enable precise floating point mode
/fp:except- # with no exceptions
>
$<$<AND:$<CONFIG:Debug>,$<CXX_COMPILER_ID:MSVC>>:
/RTCc # enable reporting value assigned to smaller data type
>
$<$<AND:$<CONFIG:Release>,$<CXX_COMPILER_ID:MSVC>>:
/Gy # enable function-level linking
/Ox # enable full optimization
Expand Down

0 comments on commit 872ac00

Please sign in to comment.