shithub: tinygl

ref: 914605ce571e8d472976fa768eab3ae931e751d6
dir: /config.mk/

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

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