feat(codeforces/970): a-f
This commit is contained in:
parent
ae73b1baf1
commit
4094b4cd7b
28 changed files with 1061 additions and 1 deletions
12
codeforces/970/debug_flags.txt
Normal file
12
codeforces/970/debug_flags.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
-g3
|
||||
-fsanitize=address,undefined
|
||||
-fsanitize=float-divide-by-zero
|
||||
-fsanitize=float-cast-overflow
|
||||
-fno-sanitize-recover=all
|
||||
-fstack-protector-all
|
||||
-fstack-usage
|
||||
-fno-omit-frame-pointer
|
||||
-fno-inline
|
||||
-ffunction-sections
|
||||
-D_GLIBCXX_DEBUG
|
||||
-D_GLIBCXX_DEBUG_PEDANTIC
|
||||
Loading…
Add table
Add a link
Reference in a new issue