shithub: tinygl

ref: 65e81ac7b443c61303adb2f49c397c974df4cc1b
dir: /config.mk/

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

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