From b10c83f35864b20650435bc4154a5c9dc356561e Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 27 Apr 2022 02:17:16 +0200 Subject: Use lld linker, if available. --- csvexport/build/unix/debug.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'csvexport') diff --git a/csvexport/build/unix/debug.mk b/csvexport/build/unix/debug.mk index 04d925a6..a4ec6b6a 100644 --- a/csvexport/build/unix/debug.mk +++ b/csvexport/build/unix/debug.mk @@ -1,11 +1,6 @@ -ARCH := $(shell uname -m) - CFLAGS := -g3 -Wall DEFINES := -DDEBUG BUILD := debug -ifeq ($(ARCH),x86_64) -CFLAGS += -msse4.1 -endif - +include ../../../common/unix-debug.mk include build.mk -- cgit v1.2.3