new function streamSetLogfile to set debug log file in script or at run-time
This commit is contained in:
@ -60,10 +60,6 @@ endif
|
||||
|
||||
PROD_LIBS += $(EPICS_BASE_IOC_LIBS)
|
||||
|
||||
# Write StreamDevice debug output to this file
|
||||
# If unset output goes to stdout
|
||||
CPPFLAGS += -DDEBUGFILE=StreamDebug.log
|
||||
|
||||
# switch off annoying rset warnings in 3.16+
|
||||
CPPFLAGS += -DUSE_TYPED_RSET
|
||||
|
||||
@ -74,6 +70,6 @@ clean:
|
||||
else
|
||||
clean::
|
||||
endif
|
||||
$(RM) core* StreamDebug.log
|
||||
$(RM) core* *.log
|
||||
|
||||
endif
|
||||
|
Reference in New Issue
Block a user