workaround for primitive.cxx, compile with less optimization so the whole
of jade can compile within the default system memory limit of 64M (requires a nice hefty sum of 250M otherwise).
This commit is contained in:
parent
f6b91e260c
commit
70dba1fcee
10
textproc/openjade/patches/patch-style_Makefile.sub
Normal file
10
textproc/openjade/patches/patch-style_Makefile.sub
Normal file
@ -0,0 +1,10 @@
|
||||
--- style/Makefile.sub.orig Mon Sep 25 19:28:59 2000
|
||||
+++ style/Makefile.sub Mon Sep 25 21:12:46 2000
|
||||
@@ -33,6 +33,7 @@
|
||||
|
||||
FlowObj.o: FlowObj_inst.cxx
|
||||
primitive.o: primitive_inst.cxx
|
||||
+ $(CXX) $(ALL_CXXFLAGS) -O0 -c primitive.cxx
|
||||
DssslApp.o: DssslAppMessages.h
|
||||
FlowObj.lo: FlowObj_inst.cxx
|
||||
primitive.lo: primitive_inst.cxx
|
Loading…
Reference in New Issue
Block a user