mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
10 lines
424 B
Diff
10 lines
424 B
Diff
--- diskdev_cmds-332.14/Makefile.lnx.bak 2009-07-22 11:58:10.000000000 -0400
|
|
+++ diskdev_cmds-332.14/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:
|