Fossil SCM
revert mistake from last commit
Commit
59cc1242b3640e45bb7fdde391d7cf11023f079a
Parent
7427b40db67cfde…
1 file changed
+1
-1
+1
-1
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -159,11 +159,11 @@ | ||
| 159 | 159 | # will run on the target platform. This is usually the same |
| 160 | 160 | # as BCC, unless you are cross-compiling. This C compiler builds |
| 161 | 161 | # the finished binary for fossil. The BCC compiler above is used |
| 162 | 162 | # for building intermediate code-generator tools. |
| 163 | 163 | # |
| 164 | -TCC = $(PREFIX)gcc -g -Wall | |
| 164 | +TCC = $(PREFIX)gcc -Os -Wall | |
| 165 | 165 | |
| 166 | 166 | #### When not using the miniz compression library, zlib is required. |
| 167 | 167 | # |
| 168 | 168 | ifndef FOSSIL_ENABLE_MINIZ |
| 169 | 169 | TCC += -L$(ZLIBDIR) -I$(ZINCDIR) |
| 170 | 170 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -159,11 +159,11 @@ | |
| 159 | # will run on the target platform. This is usually the same |
| 160 | # as BCC, unless you are cross-compiling. This C compiler builds |
| 161 | # the finished binary for fossil. The BCC compiler above is used |
| 162 | # for building intermediate code-generator tools. |
| 163 | # |
| 164 | TCC = $(PREFIX)gcc -g -Wall |
| 165 | |
| 166 | #### When not using the miniz compression library, zlib is required. |
| 167 | # |
| 168 | ifndef FOSSIL_ENABLE_MINIZ |
| 169 | TCC += -L$(ZLIBDIR) -I$(ZINCDIR) |
| 170 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -159,11 +159,11 @@ | |
| 159 | # will run on the target platform. This is usually the same |
| 160 | # as BCC, unless you are cross-compiling. This C compiler builds |
| 161 | # the finished binary for fossil. The BCC compiler above is used |
| 162 | # for building intermediate code-generator tools. |
| 163 | # |
| 164 | TCC = $(PREFIX)gcc -Os -Wall |
| 165 | |
| 166 | #### When not using the miniz compression library, zlib is required. |
| 167 | # |
| 168 | ifndef FOSSIL_ENABLE_MINIZ |
| 169 | TCC += -L$(ZLIBDIR) -I$(ZINCDIR) |
| 170 |