aboutsummaryrefslogtreecommitdiff
path: root/config.mk
blob: bf99225ea47d9c41ac2b69b7ee95865ff5fe9b70 (plain)
1
2
3
4
5
6
CUBETYPE = CUBE_

CFLAGS = -std=c99 -pthread -pedantic -Wall -Wextra -Wno-unused-parameter -O3
DBGFLAGS = -DDEBUG -std=c99 -pthread -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -g3 -fsanitize=address -fsanitize=undefined

CC = cc

Generated with cgit - Back to sebastiano.tronto.net