You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a trade-off here, where debug flags allow you fewer iterations of the stress tests in the same duration of time. I think generally if ASAN finds something it will find it early, not on the millionth iteration. Could be nice to have both options, with some flag passed in to each test that it could use to determine the number of iterations to run.
-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -D_GLIBCXX_SANITIZE_VECTOR -D_GLIBCXX_ASSERTIONS -D_FORTIFY_SOURCE=2 -fsanitize=address -fsanitize=undefined -fno-sanitize-recover=all -fstack-protector
https://github.com/kth-competitive-programming/kactl/blob/main/doc/scripts/run-all.sh#L16
The text was updated successfully, but these errors were encountered: