shithub: tinygl

ref: cfc18cad149e9b9d9bae05ce50d9a339e19d3aa4
dir: /config.mk/

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

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