summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-x[-rw-r--r--]Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 63aeb3c..235eded 100644..100755
--- a/Makefile
+++ b/Makefile
@@ -143,8 +143,6 @@ export CFLAGS
################################################################################
# libs
-LIBS_STD =
-
LIBS_OPT = -O3
LIBS_OPT += -march=native
LIBS_OPT += -flto
@@ -153,8 +151,7 @@ LIBS_OPT += -fuse-linker-plugin
LIBS_PKG = `pkg-config --libs libalx-cv`
LIBS_PKG += `pkg-config --libs libalx-base`
-LIBS = $(LIBS_STD)
-LIBS += $(LIBS_OPT)
+LIBS = $(LIBS_OPT)
LIBS += $(LIBS_PKG)
export LIBS