Skip to content

Commit

Permalink
Don't include seq by default
Browse files Browse the repository at this point in the history
Seq doesn't properly export certain symbols, meaning that, for a static build, anything including calc will have issues if it doesn't also include seq, breaking the default behavior of other modules. Users should have to explicitly turn this on so that they know they might have to make changes in other modules.
  • Loading branch information
keenanlang authored Jun 7, 2018
1 parent 4014852 commit cb87865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure/RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SSCAN=$(SUPPORT)/sscan-2-9

# Need SNCSEQ module only to build editSseq.st. If you comment this
# definition out, the module will just decline to build editSseq.st.
SNCSEQ=$(SUPPORT)/seq-2-1-16
#SNCSEQ=$(SUPPORT)/seq-2-1-16

# EPICS_BASE usually appears last so other apps can override stuff:
EPICS_BASE=/home/oxygen/MOONEY/epics/bazaar/base-3.14
Expand Down

0 comments on commit cb87865

Please sign in to comment.