vlmcsd-1103-2016-11-05-Hotbird64

This commit is contained in:
Wind4
2016-11-16 12:12:36 +08:00
parent fcbbc40d60
commit b8fdaf9a6b
40 changed files with 169 additions and 28 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
export VLMCSD_VERSION="svn`svnversion`"
export VLMCSD_VERSION=$(git describe)
SMALLCC="-pipe -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants"
SMALLLD="-pipe -Wl,--hash-style=sysv -Wl,-z,norelro -Wl,--build-id=none"
SMALL="$SMALLCC $SMALLLD"