3 lines
96 B
Makefile
3 lines
96 B
Makefile
a.out: main.cpp
|
|
clang++ -std=c++2b -g -O0 main.cpp #-fsanitize=address -fno-omit-frame-pointer
|