b0dc5db05c
STABLE gcc. Using -g for just this target, or removing -O seems to fix the build.
13 lines
325 B
Makefile
13 lines
325 B
Makefile
--- ../svx/source/fmcomp/makefile.mk.orig Sun May 19 14:22:34 2002
|
|
+++ ../svx/source/fmcomp/makefile.mk Sun May 19 14:27:48 2002
|
|
@@ -74,6 +74,9 @@
|
|
.INCLUDE : sv.mk
|
|
.INCLUDE : $(PRJ)$/util$/makefile.pmk
|
|
|
|
+CFLAGS += -g
|
|
+CFLAGSCC += -g
|
|
+
|
|
# --- Files --------------------------------------------------------
|
|
|
|
CXXFILES= \
|