Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
360e8b79
Commit
360e8b79
authored
Mar 11, 2005
by
John van Groningen
Browse files
use a heap of 20m instead of 16m
parent
0a2c18f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/make.linux.sh
View file @
360e8b79
...
...
@@ -4,7 +4,7 @@ CLM=clm
(
cd
backendC/CleanCompilerSources
;
make
)
(
cd
../libraries/ArgEnvUnix
;
make ArgEnvC.o
)
(
cd
main/Unix
;
make
-f
Makefile all
)
;
$CLM
-h
16
M
-nt
-nw
-ci
-ns
-nr
-I
backend
-I
frontend
-I
main
-I
main/Unix
\
$CLM
-h
20
M
-nt
-nw
-ci
-ns
-nr
-I
backend
-I
frontend
-I
main
-I
main/Unix
\
-I
../libraries/ArgEnvUnix
\
-l
../libraries/ArgEnvUnix/ArgEnvC.o
\
-l
main/Unix/cDirectory.o
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment