1 Star 1 Fork 0

叶健豪 / tinygl-d1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.m 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
叶健豪 提交于 2022-11-11 06:00 . successfully
#####################################################################
# C compiler
#CC= clang
#CC=cc
CC=riscv64-unknown-linux-gnu-gcc
#CC=tcc
#uncomment the following line for compiling the lib using tinyc.
#note that the demos will fail to build with tinyc, but you can
#-link- to tinygl built with tinyc using gcc.
#CC= tcc
#CFLAGS= -Wall -w -O3 -g -std=c99 -mtune=native -DNDEBUG
#CFLAGS= -Wall -w -O3 -g -std=c99 -march=native -DNDEBUG
#extract the maximum possible performance from gcc.
#CFLAGS= -Wall -O3 -std=c99 -DNDEBUG -march=native -Wno-unused-function
#CFLAGS= -Wall -O3 -std=c99 -DNDEBUG -march=native -fopenmp -Wno-unused-function
CFLAGS= -Wall -O3 -std=c99 -DNDEBUG -march=native -fopenmp -Wno-unused-function #YE
#CFLAGS_LIB= -Wall -O3 -std=c99 -pedantic -DNDEBUG -march=native -Wno-unused-function
#CFLAGS_LIB= -Wall -O3 -std=c99 -pedantic -DNDEBUG -fopenmp -march=native -Wno-unused-function
CFLAGS_LIB= -Wall -O3 -std=c99 -pedantic -DNDEBUG -fopenmp -mabi=lp64d -Wno-unused-function #YE
#CFLAGS= -Wall -Ofast -std=gnu99 -DNDEBUG -mtune=native
#uncomment the following line for compiling the lib with tinyc
#keep these flags for compiling with gcc if you are linking with tinygl compiled with tcc.
#CFLAGS= -Wall -O3 -std=gnu99 -DNDEBUG -g
#CFLAGS= -Wall -O1 -g -std=c99 -Wno-undef -DNDEBUG
LFLAGS=
C
1
https://gitee.com/YJHmath/tinygl-d1.git
git@gitee.com:YJHmath/tinygl-d1.git
YJHmath
tinygl-d1
tinygl-d1
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891