diff options
| author | Noobie99 <noob999noob999@gmail.com> | 2023-06-11 15:56:32 +0200 |
|---|---|---|
| committer | Noobie99 <noob999noob999@gmail.com> | 2023-06-11 15:56:32 +0200 |
| commit | 24c2d7e3b2755547f084c698c8a9a510509c0b98 (patch) | |
| tree | f7a3012ecbbd9660c581a4ef3dc832712f1f8e1f /template/console.cpp | |
| parent | b0a14e4b88db06818078f615e5b71f8f731083b6 (diff) | |
minor changes
Diffstat (limited to 'template/console.cpp')
| -rw-r--r-- | template/console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/console.cpp b/template/console.cpp index fe5c489..31885e9 100644 --- a/template/console.cpp +++ b/template/console.cpp @@ -1,2 +1,2 @@ alias comp="g++ -std=gnu++17 -O2 -Wall -Wextra -Wconversion -Wshadow" -alias dbg="comp -g -fsanitize=address -fsanitize=undefined" +alias dbg="comp -g -fsanitize=address,undefined" |
