2 Star 11 Fork 0

Eplankton/nut-struct

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
demo.sh 540 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eplankton 提交于 2023-05-15 16:35 +08:00 . No commit message
echo -e "\n\n\e[36;1m[Demo]\e[0m: Begin..."
echo -e "\e[36;1m[Demo]\e[0m: Generating binary files..."
time clang++-15 \
-std=c++2b \
src/*.cpp \
-O3 \
-Wno-psabi \
-fno-exceptions \
-fno-rtti \
-o demo
size=$(wc -c <"demo")
LX=1024
c=$(echo "scale=1;$size/$LX"|bc)
echo -e "\nbinary_size: $size B == $c kB"
echo -e "\n\e[36;1m[Demo]\e[0m: Success with no error...\n\n================================\n"
./demo
rm demo
echo -e "\n================================"
echo -e "\n\e[36;1m[Demo]\e[0m: Exit...\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

搜索帮助