ref: 8c8fcb0c46adf21fc54b854e6e41a2723528979b
dir: /config.mk/
##################################################################### # 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 -mtune=native #CFLAGS= -Wall -O1 -g -std=c99 -Wno-undef -DNDEBUG LFLAGS=