Differences From:
File
Makefile
part of check-in
[7dddab2fbe]
- added comments about necessary link flags for Solaris 10 + OpenSolaris
by
stephan on
2008-09-18 11:21:29.
Also file
Makefile
part of check-in
[651c75c5b7]
- merge trunk into creole
by
robert on
2009-10-05 10:08:05.
[view]
To:
File
Makefile
part of check-in
[cacb8db398]
- Minor fixes to creole
by
robert on
2009-09-26 14:33:22.
[view]
@@ -25,9 +25,9 @@
# for building intermediate code-generator tools.
#
#TCC = gcc -O6
#TCC = gcc -g -O0 -Wall -fprofile-arcs -ftest-coverage
-TCC = gcc -g -Os -Wall
+TCC = gcc -Os
#### Extra arguments for linking the finished binary. Fossil needs
# to link against the Z-Lib compression library. There are no
# other dependencies. We sometimes add the -static option here