- 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
This commit is contained in:
2022-06-02 09:38:36 +00:00
parent 51ad36359e
commit 99ff00d0d2
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
+2 -1
View File
@@ -103,7 +103,8 @@
"bitset": "cpp",
"hash_map": "cpp",
"armadillo": "cpp",
"matrixfunctions": "cpp"
"matrixfunctions": "cpp",
"float.h": "c"
}
}
}