Merge pull request #23 from guyush1/reduce-static-python-size
reduce static gdb python size
This commit is contained in:
commit
17346caf10
@ -52,6 +52,9 @@ function set_compliation_variables() {
|
|||||||
|
|
||||||
export CFLAGS="-O2"
|
export CFLAGS="-O2"
|
||||||
export CXXFLAGS="-O2"
|
export CXXFLAGS="-O2"
|
||||||
|
|
||||||
|
# Strip the binary to reduce it's size.
|
||||||
|
export LDFLAGS="-s"
|
||||||
}
|
}
|
||||||
|
|
||||||
function set_ncurses_link_variables() {
|
function set_ncurses_link_variables() {
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit d734d02f4ce9ca77aa6708bf5bd16429e147e9ef
|
Subproject commit 7ffd428d5b945b3baf5d5f6f856bdeb3bc8377a9
|
Loading…
x
Reference in New Issue
Block a user