blob: 5e6fff4a3dae6136fdb39fd58ccc3b48a8759c40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
From: Julian Ospald <hasufell@gentoo.org>
Date: Mon Aug 20 17:16:06 UTC 2012
Subject: build system
respect users flags
--- kmscon/Makefile.am
+++ kmscon/Makefile.am
@@ -61,8 +61,6 @@
-include $(top_builddir)/config.h \
-I $(srcdir)/src \
-I $(srcdir)/external
-AM_LDFLAGS = \
- -Wl,--as-needed
if DEBUG
AM_CFLAGS += -g
@@ -70,8 +68,6 @@
if OPTIMIZATIONS
AM_CFLAGS += -O2
-else
-AM_CFLAGS += -O0
endif
#
|