summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2014-10-02 21:24:29 +0300
committerRan Benita <ran234@gmail.com>2014-10-02 21:24:29 +0300
commitfd126551ed81c21800fdabe918c48b51c5bf27d9 (patch)
treee273f6144cceae5fdd4975de96af79766801154b /bench
parent4ed68120dea2eb85548b3e571b472fe7454b3227 (diff)
downloadxorg-lib-libxkbcommon-fd126551ed81c21800fdabe918c48b51c5bf27d9.tar.gz
build: don't rebuild everything for libtest.la
We added a -fvisibilty=default to the libtest.la CFLAGS. When automake sees that the CFLAGS are different from those of libxkbcommon.la, it figures it should recompile all of the $(libxkbcommon_la_SOURCES), instead of reusing the already-compiled object files. But actually, the convenience library is not a shared object, it's just used as an archive, thus the -fvisibility is entirely pointless. So avoid the recompilations by just removing it. Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'bench')
0 files changed, 0 insertions, 0 deletions