Don't include debug info (saves about 800 MB in size)
This commit is contained in:
parent
b867a4e7bb
commit
f08cf2e1c3
1 changed files with 3 additions and 1 deletions
|
@ -281,7 +281,9 @@
|
||||||
"-DENABLE_OPENGL=OFF"
|
"-DENABLE_OPENGL=OFF"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"strip": true,
|
||||||
|
"no-debuginfo": true
|
||||||
},
|
},
|
||||||
"cleanup": [
|
"cleanup": [
|
||||||
"/share/man",
|
"/share/man",
|
||||||
|
|
Loading…
Reference in a new issue