shithub: tinygl

ref: c77edc56c6facea60f0439acaa4352793f33b8ec
dir: /config.mk/

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

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