Skip to content

Commit 4fbf5ab

Browse files
authored
Merge pull request #885 from intersystems/more-compile-flags
Changed compile flags used by pull event handler
2 parents 2f5aa3a + 4f35e62 commit 4fbf5ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

cls/SourceControl/Git/PullEventHandler/IncrementalLoad.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 '= "") {

0 commit comments

Comments
 (0)