Fossil SCM
revert changes committed by mistake to makefile
Commit
279f4cf95facb6f9e5024599e824f573c2d3a47a
Parent
980acc8f1fb89bb…
1 file changed
+1
-2
+1
-2
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -159,12 +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 | -#BB: TCC = $(PREFIX)gcc -Os -Wall | |
| 165 | -TCC = $(PREFIX)gcc -g -Wall | |
| 164 | +TCC = $(PREFIX)gcc -Os -Wall | |
| 166 | 165 | |
| 167 | 166 | #### When not using the miniz compression library, zlib is required. |
| 168 | 167 | # |
| 169 | 168 | ifndef FOSSIL_ENABLE_MINIZ |
| 170 | 169 | TCC += -L$(ZLIBDIR) -I$(ZINCDIR) |
| 171 | 170 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -159,12 +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 | #BB: TCC = $(PREFIX)gcc -Os -Wall |
| 165 | TCC = $(PREFIX)gcc -g -Wall |
| 166 | |
| 167 | #### When not using the miniz compression library, zlib is required. |
| 168 | # |
| 169 | ifndef FOSSIL_ENABLE_MINIZ |
| 170 | TCC += -L$(ZLIBDIR) -I$(ZINCDIR) |
| 171 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -159,12 +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 |