1 Star 0 Fork 0

流水源/tinygl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.mk 131 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jim Huang 提交于 2022-06-01 14:51 +08:00 . Respect the default C compilation flags
CC ?= gcc
CFLAGS = -Wall -O3 -std=c99 -DNDEBUG
CFLAGS += -Wno-unused-function
# OpenMP (optional)
# CFLAGS += -fopenmp
LDFLAGS =
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/water_source/tinygl.git
git@gitee.com:water_source/tinygl.git
water_source
tinygl
tinygl
main

搜索帮助