From 99ff00d0d2d60fe5db2aad8655e3dd23afcd1b23 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Thu, 2 Jun 2022 09:38:36 +0000 Subject: [PATCH] - DISABLE_UNUSED_STATISTICS in Makefile - updated VS proj git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@933 b431acfa-c32f-4a4a-93f1-934dc6c82436 --- Makefile | 2 +- mpsk.code-workspace | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a082e39..d6c0ea3 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ TARGET_ARCH := -march=native LIBS := -lstdc++ -lm -lGL -lX11 -lXext -lXinerama -lasound -ldl -lfreetype -lpthread -lrt LDFLAGS += $(TARGET_ARCH) $(LIBDIR) -L/usr/X11R6/lib/ -DEFINES += -DPROCESSOR_BUFFER_USE_EXCEPTIONS +DEFINES += -DPROCESSOR_BUFFER_USE_EXCEPTIONS -DDISABLE_UNUSED_STATISTICS all: app app: objects link diff --git a/mpsk.code-workspace b/mpsk.code-workspace index d215065..a58ce83 100644 --- a/mpsk.code-workspace +++ b/mpsk.code-workspace @@ -103,7 +103,8 @@ "bitset": "cpp", "hash_map": "cpp", "armadillo": "cpp", - "matrixfunctions": "cpp" + "matrixfunctions": "cpp", + "float.h": "c" } } }