First C++ program build via Blade and Clang
Q & A
CLANG basic setting
Break point is not accurate
optimize_list = [
"-O0",
"-g",
]
Envs
export CXX=clang
compile_flags.txt
# Treat all files as C++ files
-xc++
-std=c++17
BUILD
If use blade, the generated build command with CLANG will in...
noahyao.me2 min read