pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-01-30
1998-01-30 01:55:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b57f16a87d59f9a0cc075d186af5032d3ad7c04a (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Set thread_stack_change to 8192 (recomended by Rational).
Rev: src/Makefile.in:1.54
132:
# purify pure: $(OBJ) compile_interpret module_objects -@mv pike pike.old 2>/dev/null || true
-
$(SMARTLINK) purify -free-queue-length=500 -inuse-at-exit=yes -chain-length=12 $(REALCC) $(LDFLAGS) $(OBJ) interpret.o `cat modules/linker_options` $(LIBS) -o pike
+
$(SMARTLINK) purify -
thread_stack_change=8192 -
free-queue-length=500 -inuse-at-exit=yes -chain-length=12 $(REALCC) $(LDFLAGS) $(OBJ) interpret.o `cat modules/linker_options` $(LIBS) -o pike
# purecov cover: $(OBJ) compile_interpret module_objects -@mv pike pike.old 2>/dev/null || true
-
$(SMARTLINK) purecov purify -free-queue-length=500 -inuse-at-exit=yes -chain-length=12 $(REALCC) $(LDFLAGS) $(OBJ) interpret.o `cat modules/linker_options` $(LIBS) -o pike
+
$(SMARTLINK) purecov purify -
thread_stack_change=8192 -
free-queue-length=500 -inuse-at-exit=yes -chain-length=12 $(REALCC) $(LDFLAGS) $(OBJ) interpret.o `cat modules/linker_options` $(LIBS) -o pike
# quantify quant: $(OBJ) compile_interpret module_objects