shithub: tinygl

ref: b9431f23d40a9d49f76db230668869664235c256
dir: /config.mk/

View raw version
#####################################################################
# C compiler

CC= gcc
CFLAGS= -Wall -O3 -g -std=c99 -Wno-undef -march=native -DNDEBUG
LFLAGS=