]> Zhao Yanbai Git Server - minix.git/commitdiff
make: don't link with -g as nm can't read the symbol table any more.
authorBen Gras <ben@minix3.org>
Tue, 22 Jun 2010 14:00:42 +0000 (14:00 +0000)
committerBen Gras <ben@minix3.org>
Tue, 22 Jun 2010 14:00:42 +0000 (14:00 +0000)
commands/make/Makefile

index 7ac93b337c4ea2c90d04608136a4af6e8c90cdaa..a7d90e3b5e2cb5bb8d410667677b0b3b7a6b3c5f 100644 (file)
@@ -15,7 +15,7 @@ SRCS+=        lstPrev.c
 
 
 # For MINIX
-CPPFLAGS+=     -g -Wall -DHAVE_SETENV -DHAVE_STRERROR -DHAVE_STRDUP \
+CPPFLAGS+=     -DHAVE_SETENV -DHAVE_STRERROR -DHAVE_STRDUP \
                -DHAVE_STRFTIME -DHAVE_VSNPRINTF -DUSE_SELECT
 MACHINE=${ARCH}
 MACHINE_ARCH=${ARCH}