summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@chown.ath.cx>2017-06-27 13:19:16 +0200
committerGrigori Goronzy <greg@chown.ath.cx>2017-07-19 16:46:30 +0200
commit08995c9735843174eab4cf51d3cad93817a73b66 (patch)
treee21cd40c1fe2a78fd75d4a5568badaa1732f6826
parent8b7bb62eb14fb0baecdfcdcb00a17deff5937bf5 (diff)
Fix GLSL compiler standalone with LTOintel_ci
-rw-r--r--src/compiler/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/Makefile.am b/src/compiler/Makefile.am
index 001ff81aeb..d44daef924 100644
--- a/src/compiler/Makefile.am
+++ b/src/compiler/Makefile.am
@@ -48,6 +48,8 @@ AM_CXXFLAGS = \
$(VISIBILITY_CXXFLAGS) \
$(MSVC2013_COMPAT_CXXFLAGS)
+AM_LDFLAGS = -Wl,--no-as-needed
+
noinst_LTLIBRARIES = libcompiler.la
libcompiler_la_SOURCES = $(LIBCOMPILER_FILES)