You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/flatpak-manifest.schema.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,14 @@
74
74
"description": "If this is true, clear cgo-ldflags from previous build options before adding it from these options. If set without cgo-ldflags, CGO_LDFLAGS will not be set.",
75
75
"type": "boolean"
76
76
},
77
+
"rustflags": {
78
+
"description": "This is set in the environment variable RUSTFLAGS during the build. Multiple specifications of this (in e.g. per-arch area) are concatenated, separated by spaces.",
79
+
"type": "string"
80
+
},
81
+
"rustflags-override": {
82
+
"description": "If this is true, clear rustflags from previous build options before adding it from these options.",
83
+
"type": "boolean"
84
+
},
77
85
"prefix": {
78
86
"description": "The build prefix for the modules (defaults to /app for applications and /usr for runtimes).",
<listitem><para>If this is true, clear cgo-ldflags from previous build options before adding it from these options. If set without cgo-ldflags, CGO_LDFLAGS will not be set.</para></listitem>
366
366
</varlistentry>
367
+
<varlistentry>
368
+
<term><option>rustflags</option> (string)</term>
369
+
<listitem><para>This is set in the environment variable RUSTFLAGS during the build. Multiple specifications of this (in e.g. per-arch area) are concatenated, separated by spaces.</para></listitem>
0 commit comments