File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
cls/SourceControl/Git/PullEventHandler Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414- SourceControl.Git.Settings is now documented as part of the public API to allow programmatic configuration of settings (#262 )
1515- Newly configured instances start with default mappings for ESD, LUT and HL7 when relevant (#724 )
1616- New setting to define an SSH client configuration file for connections to SSH remotes (#293 )
17+ - Changed default compilation flags from "ck" to "ckbryu" to include related items (#882 )
1718
1819### Fixed
1920- When cloning a repo with Configure, that repo's embedded-git-config file will overwrite previous settings (#819 )
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Method OnPull() As %Status
5252 write !, " Nothing to compile."
5353 quit $$$OK
5454 }
55- set sc = $$$ADDSC(sc ,$system .OBJ .CompileList (.compilelist , " ck " ))
55+ set sc = $$$ADDSC(sc ,$system .OBJ .CompileList (.compilelist , " ckbryu " ))
5656 // after compilation, deploy any PTD items
5757 set key = $order (ptdList (" " ))
5858 while (key '= " " ) {
You can’t perform that action at this time.
0 commit comments