diff options
Diffstat (limited to 'static/build.sh')
-rwxr-xr-x | static/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.sh b/static/build.sh index 37cfabf..ad61b45 100755 --- a/static/build.sh +++ b/static/build.sh @@ -12,7 +12,7 @@ # where $arch = 'arm', 'i486' or 'x86_64' MUSL_CROSS_PATH=/opt/cross -NCURSES_VERSION=6.0 +NCURSES_VERSION=6.2 export CFLAGS="-O3 -g -static" |