d03a90d7e0
- Enable debuginfo. - Prevent parallel builds.
12 lines
375 B
Diff
12 lines
375 B
Diff
--- camomile-0.8.3/Makefile.in.old 2013-09-14 07:39:54.498539889 +0100
|
|
+++ camomile-0.8.3/Makefile.in 2013-09-14 07:40:02.920552224 +0100
|
|
@@ -65,7 +65,7 @@
|
|
SUBDIR = -I internal -I public -I toolslib -I .
|
|
INCLUDES = $(SUBDIR)
|
|
BFLAGS = $(BOPTIONS) $(INCLUDES)
|
|
-OFLAGS = $(OOPTIONS) $(INCLUDES)
|
|
+OFLAGS = $(OOPTIONS) $(INCLUDES) -g
|
|
|
|
# Generic targets
|
|
#################
|