Strip the executables in order to reduce their size
This commit is contained in:
parent
1dfe3fa6ca
commit
aa49ade8d4
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user