summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkhali <khali>2004-12-10 22:42:46 +0000
committerkhali <khali>2004-12-10 22:42:46 +0000
commitb0e12b2444537e983c36b53fff79de45a44997f2 (patch)
tree66ca0a14afed39b0ab71505f63fa9452925e26c7 /Makefile
parent6e980dac49f106596e81dc82ba4bcacfee13cbfe (diff)
downloaddmidecode-b0e12b2444537e983c36b53fff79de45a44997f2.tar.gz
Move USE_MMAP to config.h, use mmap on Linux only.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc8883f..ca6d26b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,6 @@ CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
-Wcast-align -Wwrite-strings -pedantic
#CFLAGS += -DBIGENDIAN
#CFLAGS += -DALIGNMENT_WORKAROUND
-CFLAGS += -DUSE_MMAP
# When debugging, disable -O2 and enable -g.
CFLAGS += -O2