shithub: tinygl

ref: 1184569de9ddfbe78aae169ee3a5faf13edff9a0
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 -g -std=c99 -DNDEBUG -march=native -ffast-math
#CFLAGS= -Wall -O1 -g -std=c99 -Wno-undef -DNDEBUG
LFLAGS=