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" } } }