projects
/
dus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76bfcca
)
Passes the LFS options to cc.
author
Francois Fleuret
<francois@fleuret.org>
Thu, 25 Feb 2010 18:01:10 +0000
(19:01 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Thu, 25 Feb 2010 18:01:10 +0000
(19:01 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
412f960
..
692c075
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-34,7
+34,7
@@
else
OPTIMIZE_FLAG = -O2
endif
-CFLAGS = -Wall -ansi -pedantic -DREVISION_NUMBER=$(REVISION_NUMBER) $(OPTIMIZE_FLAG)
+CFLAGS = -Wall -ansi -pedantic -D
_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D
REVISION_NUMBER=$(REVISION_NUMBER) $(OPTIMIZE_FLAG)
all: dus