################
# Opciones para el compilador C.
-CFLAGS = -Wall -ggdb -ansi -pedantic -DDEBUG
+CFLAGS = -Wall -ansi -pedantic -DNDEBUG -O3 #-DDEBUG -ggdb
# Opciones para el compilador C++.
CXXFLAGS = $(CFLAGS) -fno-inline
-LDFLAGS=-static
+#LDFLAGS=-static
# REGLAS
#########