We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63168b commit 0b52f08Copy full SHA for 0b52f08
Makefile.am
@@ -18,7 +18,7 @@ ACLOCAL_AMFLAGS=-I m4
18
# use this for lots of warnings
19
#AM_CFLAGS = -D_GNU_SOURCE -std=c99 -m64 -Wall -W -pedantic -Wno-variadic-macros -fno-strict-aliasing
20
21
-lcd4linux_LDFLAGS =
+lcd4linux_LDFLAGS ="-Wl,--as-needed"
22
lcd4linux_LDADD = @DRIVERS@ @PLUGINS@ @DRVLIBS@ @PLUGINLIBS@
23
lcd4linux_DEPENDENCIES = @DRIVERS@ @PLUGINS@
24
0 commit comments