summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-04-09 18:33:56 +0200
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-04-09 18:33:56 +0200
commitdeb550efa44aae46bb670db82bf51b06d9c38e94 (patch)
tree46c6c9f9f566fc446934cfd4a63c66d115d3061e
parenta6ad5931bcd39c2b3d738acbb5c7287f621129d1 (diff)
Ignore spurious errors
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 21414a8..aebb858 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,7 @@ export CFLAGS
# libs
LIBS = -flto
LIBS += -fuse-linker-plugin
+LIBS += -Wno-error
LIBS += `pkg-config --libs libalx-cv`
LIBS += `pkg-config --libs libalx-base`