shithub: tinygl

ref: 75e55346c70c831fe17df3f57379b280680e039e
dir: /config.mk/

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

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