Fossil SCM
Add the -g option to builds using the Mingw makefile.
Commit
004a31a6c70f21c20a3600522fcc59ea580a0045
Parent
9073d8dcc761195…
1 file changed
+1
-1
+1
-1
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -112,11 +112,11 @@ | ||
| 112 | 112 | # will run on the target platform. This is usually the same |
| 113 | 113 | # as BCC, unless you are cross-compiling. This C compiler builds |
| 114 | 114 | # the finished binary for fossil. The BCC compiler above is used |
| 115 | 115 | # for building intermediate code-generator tools. |
| 116 | 116 | # |
| 117 | -TCC = $(PREFIX)gcc -Os -Wall -L$(ZLIBDIR) -I$(ZINCDIR) | |
| 117 | +TCC = $(PREFIX)gcc -g -Os -Wall -L$(ZLIBDIR) -I$(ZINCDIR) | |
| 118 | 118 | |
| 119 | 119 | #### Compile resources for use in building executables that will run |
| 120 | 120 | # on the target platform. |
| 121 | 121 | # |
| 122 | 122 | RCC = $(PREFIX)windres -I$(SRCDIR) -I$(ZINCDIR) |
| 123 | 123 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -112,11 +112,11 @@ | |
| 112 | # will run on the target platform. This is usually the same |
| 113 | # as BCC, unless you are cross-compiling. This C compiler builds |
| 114 | # the finished binary for fossil. The BCC compiler above is used |
| 115 | # for building intermediate code-generator tools. |
| 116 | # |
| 117 | TCC = $(PREFIX)gcc -Os -Wall -L$(ZLIBDIR) -I$(ZINCDIR) |
| 118 | |
| 119 | #### Compile resources for use in building executables that will run |
| 120 | # on the target platform. |
| 121 | # |
| 122 | RCC = $(PREFIX)windres -I$(SRCDIR) -I$(ZINCDIR) |
| 123 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -112,11 +112,11 @@ | |
| 112 | # will run on the target platform. This is usually the same |
| 113 | # as BCC, unless you are cross-compiling. This C compiler builds |
| 114 | # the finished binary for fossil. The BCC compiler above is used |
| 115 | # for building intermediate code-generator tools. |
| 116 | # |
| 117 | TCC = $(PREFIX)gcc -g -Os -Wall -L$(ZLIBDIR) -I$(ZINCDIR) |
| 118 | |
| 119 | #### Compile resources for use in building executables that will run |
| 120 | # on the target platform. |
| 121 | # |
| 122 | RCC = $(PREFIX)windres -I$(SRCDIR) -I$(ZINCDIR) |
| 123 |