last try on XorLinkList
This commit is contained in:
5
justfile
5
justfile
@ -17,5 +17,10 @@ run:
|
||||
make VERBOSE=1
|
||||
./homework_11
|
||||
|
||||
mem-test:
|
||||
cmake -DCMAKE_C_FLAGS="-fsanitize=address -fstandalone-debug" -DCMAKE_BUILD_TYPE=Debug -C clang-cmakeinit.cmake .
|
||||
make VERBOSE=1
|
||||
./homework_11
|
||||
|
||||
clean:
|
||||
rm -fr CMakeFiles build CMakeCache.txt Makefile cmake_install.cmake *.csv *.profdata *.profraw
|
Reference in New Issue
Block a user