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
1b3cf5d5
Commit
1b3cf5d5
authored
Sep 24, 2019
by
johnvg@science.ru.nl
Browse files
compile module backendconvert with -fusion in make.linux64.sh
parent
ba9c2e45
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/make.linux64.sh
View file @
1b3cf5d5
...
...
@@ -4,6 +4,7 @@ CLM=clm
(
cd
backendC/CleanCompilerSources
;
make
-f
Makefile.linux64
)
(
cd
../libraries/ArgEnvUnix
;
make ArgEnvC.o
)
(
cd
main/Unix
;
make
-f
Makefile all
)
;
$CLM
-ci
-I
backend
-I
frontend
-I
main
-I
main/Unix
-ABC
-fusion
backendconvert
$CLM
-gcm
-h
60M
-s
2M
-nt
-nw
-ci
-nr
-I
backend
-I
frontend
-I
main
-I
main/Unix
\
-I
../libraries/ArgEnvUnix
\
-l
backendC/CleanCompilerSources/backend.a
\
...
...
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