Ai
2 Star 12 Fork 0

Eplankton/nut-struct

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
debug.sh 573 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eplankton 提交于 2023-02-11 19:48 +08:00 . 2023-02-11-19-48-38 (from: Eplankton)
echo -e "\n\e[31;1m[Debug]\e[0m: Begin..."
echo -e "\e[31;1m[Debug]\e[0m: Generating binary files..."
time clang++-15 \
-fsanitize=address \
-std=c++2b \
-fsanitize=leak \
-fno-omit-frame-pointer \
-Og \
-g src/*.cpp \
-Wno-psabi \
-o debug
echo -e "\n\e[31;1m[Debug]\e[0m: Success with no error...\n\n================================\n"
./debug
rm debug
echo -e "\n================================"
echo -e "\n\e[31;1m[Debug]\e[0m: Exit with no memory leaks...\n\n"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/Eplankton/nut-struct.git
git@gitee.com:Eplankton/nut-struct.git
Eplankton
nut-struct
nut-struct
master

搜索帮助