1 Star 0 Fork 1

Choice/renderer

forked from Sly_Li/renderer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_linux.sh 265 Bytes
一键复制 编辑 原始数据 按行查看 历史
zauonlok 提交于 2019-11-22 13:22 . Update build scripts
#!/bin/bash
DEFS="-D_POSIX_C_SOURCE=200809L"
OPTS="-std=c89 -Wall -Wextra -pedantic -O3 -flto -ffast-math"
SRCS="main.c platforms/linux.c core/*.c scenes/*.c shaders/*.c tests/*.c"
LIBS="-lm -lX11"
cd renderer && gcc -o ../Viewer $DEFS $OPTS $SRCS $LIBS && cd ..
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xchoice/renderer.git
git@gitee.com:xchoice/renderer.git
xchoice
renderer
renderer
master

搜索帮助