Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 431872
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +1 lines)
Line  Link Here
0
-- kmscon/Makefile.am
0
++ kmscon/Makefile.am
Lines 61-68 Link Here
61
	-include $(top_builddir)/config.h \
61
	-include $(top_builddir)/config.h \
62
	-I $(srcdir)/src \
62
	-I $(srcdir)/src \
63
	-I $(srcdir)/external
63
	-I $(srcdir)/external
64
AM_LDFLAGS = \
65
	-Wl,--as-needed
66
64
67
if DEBUG
65
if DEBUG
68
AM_CFLAGS += -g
66
AM_CFLAGS += -g
Lines 70-77 Link Here
70
68
71
if OPTIMIZATIONS
69
if OPTIMIZATIONS
72
AM_CFLAGS += -O2
70
AM_CFLAGS += -O2
73
else
74
AM_CFLAGS += -O0
75
endif
71
endif
76
72
77
#
73
#

Return to bug 431872