- 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:
@@ -8,7 +8,7 @@ TARGET_ARCH := -march=native
|
|||||||
|
|
||||||
LIBS := -lstdc++ -lm -lGL -lX11 -lXext -lXinerama -lasound -ldl -lfreetype -lpthread -lrt
|
LIBS := -lstdc++ -lm -lGL -lX11 -lXext -lXinerama -lasound -ldl -lfreetype -lpthread -lrt
|
||||||
LDFLAGS += $(TARGET_ARCH) $(LIBDIR) -L/usr/X11R6/lib/
|
LDFLAGS += $(TARGET_ARCH) $(LIBDIR) -L/usr/X11R6/lib/
|
||||||
DEFINES += -DPROCESSOR_BUFFER_USE_EXCEPTIONS
|
DEFINES += -DPROCESSOR_BUFFER_USE_EXCEPTIONS -DDISABLE_UNUSED_STATISTICS
|
||||||
|
|
||||||
all: app
|
all: app
|
||||||
app: objects link
|
app: objects link
|
||||||
|
|||||||
+2
-1
@@ -103,7 +103,8 @@
|
|||||||
"bitset": "cpp",
|
"bitset": "cpp",
|
||||||
"hash_map": "cpp",
|
"hash_map": "cpp",
|
||||||
"armadillo": "cpp",
|
"armadillo": "cpp",
|
||||||
"matrixfunctions": "cpp"
|
"matrixfunctions": "cpp",
|
||||||
|
"float.h": "c"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user