Add some stuff for the initializer to work on another computer

This commit is contained in:
2024-09-18 21:36:41 -03:00
parent 755ddf5f2f
commit 0b98cfe77c
2 changed files with 6 additions and 9 deletions

4
functions/compile.fish Normal file
View File

@@ -0,0 +1,4 @@
function compile --wraps='g++ -O0 -g -fsanitize=address,undefined -o fds -std=c++17' --description 'alias compile g++ -O0 -g -fsanitize=address,undefined -o fds -std=c++17'
g++ -O0 -g -fsanitize=address,undefined -o fds -std=c++17 $argv
end