diff options
| author | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-02-27 02:49:50 +0100 |
|---|---|---|
| committer | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-02-27 02:49:50 +0100 |
| commit | 101ca1a295a47c6ab7a89129873f5ad5bd3c49f4 (patch) | |
| tree | b61b3a8343a1e69e747ac399b673d7229790c8a2 /template/console.sh | |
| parent | 6fc7af1a10832f31b9778236fcda296e626a75e3 (diff) | |
rename console.cpp to console.sh
Diffstat (limited to 'template/console.sh')
| -rw-r--r-- | template/console.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/console.sh b/template/console.sh new file mode 100644 index 0000000..31885e9 --- /dev/null +++ b/template/console.sh @@ -0,0 +1,2 @@ +alias comp="g++ -std=gnu++17 -O2 -Wall -Wextra -Wconversion -Wshadow" +alias dbg="comp -g -fsanitize=address,undefined" |
