pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-08-01
1998-08-01 19:58:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4eee7e7fe2cae391c09f2aaa1289652429ad3313 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Added -max-threads option to the purify targets.
Rev: src/Makefile.in:1.104
1:
#
-
# $Id: Makefile.in,v 1.
103
1998/
07
/
26
10
:
28
:
07
hubbe
Exp $
+
# $Id: Makefile.in,v 1.
104
1998/
08
/
01
19
:
58
:
44
grubba
Exp $
# # This line is needed on some machines.
140:
# purify pure: $(OBJ) module_objects -@mv pike pike.old 2>/dev/null || true
-
$(SMARTLINK) purify -thread_stack_change=8192 -free-queue-length=500 -inuse-at-exit=yes -chain-length=12 $(REALCC) $(LDFLAGS) $(OBJ) `cat modules/linker_options` $(LIBS) -o pike
+
$(SMARTLINK) purify -
max-threads=128 -
thread_stack_change=8192 -free-queue-length=500 -inuse-at-exit=yes -chain-length=12 $(REALCC) $(LDFLAGS) $(OBJ) `cat modules/linker_options` $(LIBS) -o pike
# purecov cover: $(OBJ) module_objects -@mv pike pike.old 2>/dev/null || true
-
$(SMARTLINK) purecov purify -thread_stack_change=8192 -free-queue-length=500 -inuse-at-exit=yes -chain-length=12 $(REALCC) $(LDFLAGS) $(OBJ) `cat modules/linker_options` $(LIBS) -o pike
+
$(SMARTLINK) purecov purify -
max-threads=128 -
thread_stack_change=8192 -free-queue-length=500 -inuse-at-exit=yes -chain-length=12 $(REALCC) $(LDFLAGS) $(OBJ) `cat modules/linker_options` $(LIBS) -o pike
# quantify quant: $(OBJ) module_objects