anges to makefile

master
Alessandro Mauri 5 years ago
parent 4e400fd392
commit 8a60fa2d69
  1. 3
      Makefile

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

Loading…
Cancel
Save