Add some stuff for the initializer to work on another computer
This commit is contained in:
4
functions/compile.fish
Normal file
4
functions/compile.fish
Normal 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
|
||||
Reference in New Issue
Block a user