Compare commits
4 Commits
parallel-c
...
reduce-sta
Author | SHA1 | Date | |
---|---|---|---|
aa49ade8d4 | |||
1dfe3fa6ca | |||
c44e67540a | |||
a0ceeff014 |
@ -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() {
|
||||||
|
Reference in New Issue
Block a user