Skip to content

Commit 71814ff

Browse files
Add PROTOBUF_PRAGMA_INIT_SEG to protobuf.cfg (#7243)
The value of this appears to be effecting the exectuable layout, so settings its value to an empty string should be fine. It appears when generating protobuf sources sometimes. Co-authored-by: Artemis Meursault Gerrard <[email protected]>
1 parent a3c0c6a commit 71814ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cfg/protobuf.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0"?>
22
<def format="2">
3+
<define name="PROTOBUF_PRAGMA_INIT_SEG" value=""/>
34
<define name="PROTOBUF_VERSION" value="9999999"/>
45
<define name="PROTOBUF_MIN_PROTOC_VERSION" value="0"/>
56
<define name="PROTOBUF_NAMESPACE_OPEN" value=""/>

0 commit comments

Comments
 (0)