finished converting the processing to a batch-wise variant
This commit is contained in:
6
Makefile
6
Makefile
@@ -20,9 +20,11 @@ TEMPLATES += db/channels.db db/daq_common.db
|
||||
# Source files to build
|
||||
SOURCES += src/asynStreamGeneratorDriver.cpp
|
||||
|
||||
USR_CFLAGS += -Wall -Wextra -Wunused-result -Werror -fvisibility=hidden # -Wpedantic // Does not work because EPICS macros trigger warnings
|
||||
# I don't think specifying the optimisation level like this is correct...
|
||||
# but I doesn't hurt :D
|
||||
USR_CFLAGS += -O3 -Wall -Wextra -Wunused-result -Werror -fvisibility=hidden # -Wpedantic // Does not work because EPICS macros trigger warnings
|
||||
|
||||
# Required to support EV42/44
|
||||
USR_CXXFLAGS += -I../dep/flatbuffers/include/ -I../schemas
|
||||
USR_CXXFLAGS += -O3 -I../dep/flatbuffers/include/ -I../schemas
|
||||
|
||||
LIB_SYS_LIBS += rdkafka
|
||||
|
||||
Reference in New Issue
Block a user