mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
10 lines
388 B
Diff
10 lines
388 B
Diff
--- a/Makefile.lnx.bak 2009-07-22 11:58:10.000000000 -0400
|
|
+++ b/Makefile.lnx 2009-07-22 11:57:37.000000000 -0400
|
|
@@ -1,5 +1,5 @@
|
|
CC := gcc
|
|
-CFLAGS := -g3 -Wall -I$(PWD)/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1
|
|
+CFLAGS += -Wall -I$(PWD)/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1
|
|
SUBDIRS := newfs_hfs.tproj fsck_hfs.tproj
|
|
|
|
all clean:
|