Skip to content

Commit

Permalink
Increase the amount of time we can spend in a constexpr
Browse files Browse the repository at this point in the history
  • Loading branch information
rianquinn authored Oct 21, 2021
1 parent 0a5f527 commit 6509cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/flags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ list(APPEND BSL_WARNINGS
-Wno-invalid-constexpr
-Wno-microsoft-include
-Wno-unknown-warning-option
-fconstexpr-steps=134217728
-fconstexpr-steps=268435456
)

list(APPEND BSL_DOXYGEN_FLAGS
Expand Down

0 comments on commit 6509cff

Please sign in to comment.