anges to makefile

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

@ -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

Loading…
Cancel
Save