feat(codeforces/944): a-g
This commit is contained in:
parent
c11932a0fb
commit
a95b53b397
22 changed files with 409 additions and 83 deletions
12
codeforces/944/debug_flags.txt
Normal file
12
codeforces/944/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