Skip to content

Commit

Permalink
Use dbLoadRecordsHook by default. (Requires base 3.14.12.5.)
Browse files Browse the repository at this point in the history
  • Loading branch information
timmmooney committed Dec 5, 2017
1 parent 90000b8 commit 2448bde
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions asApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ asVerify_LIBS += Com

#DBDINC += xxxRecord

# To enable autosaveBuild, use dbLoadRecordsHookRegister. (But it doesn't
# appear in EPICS base until 3.14.12.5, so disable by default for now.)
#USR_CFLAGS += -DDBLOADRECORDSHOOKREGISTER
# To enable autosaveBuild, use dbLoadRecordsHookRegister(). (Requires EPICS
# base 3.14.12.5 or later.)

USR_CFLAGS += -DDBLOADRECORDSHOOKREGISTER

# <name>.dbd will be created from <name>Include.dbd
DBD += as.dbd
Expand Down

0 comments on commit 2448bde

Please sign in to comment.