We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7219626 commit 94140c9Copy full SHA for 94140c9
2 files changed
build-aux/com.ranfdev.Geopard.Devel.json
@@ -11,6 +11,7 @@
11
"devel"
12
],
13
"finish-args" : [
14
+ "--share=ipc",
15
"--socket=fallback-x11",
16
"--socket=wayland",
17
"--device=dri",
@@ -21,7 +22,9 @@
21
22
"build-args" : [
23
"--share=network"
24
- "env" : { }
25
+ "env" : {
26
+ "RUST_LOG": "debug"
27
+ }
28
},
29
"modules" : [
30
{
build-aux/com.ranfdev.Geopard.json
+ "RUST_LOG": "info"
0 commit comments