anges to makefile

This commit is contained in:
Alessandro Mauri 2019-11-02 19:39:37 +01:00
parent 4e400fd392
commit 8a60fa2d69

View File

@ -1,8 +1,7 @@
CC=gcc
CFLAGS=-Wall -Wextra -pedantic -Werror -Warray-bounds
OFLAGS=-O0
LFLAGS=-lncursesw
#-ltcmalloc
OFLAGS=-O3 -ltcmalloc
LFLAGS=-lncursesw
DFLAGS=-g -O0 -v -da -Q
ste: ste.c