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