Merge pull request #23 from guyush1/reduce-static-python-size

reduce static gdb python size
This commit is contained in:
Guy Shimko 2024-12-25 23:46:36 +02:00 committed by GitHub
commit 17346caf10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -52,6 +52,9 @@ function set_compliation_variables() {
export CFLAGS="-O2"
export CXXFLAGS="-O2"
# Strip the binary to reduce it's size.
export LDFLAGS="-s"
}
function set_ncurses_link_variables() {

@ -1 +1 @@
Subproject commit d734d02f4ce9ca77aa6708bf5bd16429e147e9ef
Subproject commit 7ffd428d5b945b3baf5d5f6f856bdeb3bc8377a9