Skip to content

Commit 85c073d

Browse files
committed
Disable built-in rules in makefile, speed up win32 build.
1 parent 9dc3f3f commit 85c073d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Delete the built-in rules.
2+
# This speeds builds up substantially on win32, maybe elsewhere.
3+
4+
.SUFFIXES:
5+
%:: %,v
6+
%:: RCS/%,v
7+
%:: RCS/%
8+
%:: s.%
9+
%:: SCCS/s.%
10+
111
######################################################################
212
# Auto-configuration
313
######################################################################

0 commit comments

Comments
 (0)