ref: 1c72eafd3c9621e41723ae6d379dfbb9cebd18ac
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 #CFLAGS= -Wall -O1 -g -std=c99 -Wno-undef -DNDEBUG LFLAGS=