Fossil SCM

Add the -g option to builds using the Mingw makefile.

drh 2012-11-02 21:38 trunk
Commit 004a31a6c70f21c20a3600522fcc59ea580a0045
1 file changed +1 -1
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -112,11 +112,11 @@
112112
# will run on the target platform. This is usually the same
113113
# as BCC, unless you are cross-compiling. This C compiler builds
114114
# the finished binary for fossil. The BCC compiler above is used
115115
# for building intermediate code-generator tools.
116116
#
117
-TCC = $(PREFIX)gcc -Os -Wall -L$(ZLIBDIR) -I$(ZINCDIR)
117
+TCC = $(PREFIX)gcc -g -Os -Wall -L$(ZLIBDIR) -I$(ZINCDIR)
118118
119119
#### Compile resources for use in building executables that will run
120120
# on the target platform.
121121
#
122122
RCC = $(PREFIX)windres -I$(SRCDIR) -I$(ZINCDIR)
123123
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button