Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

add CXXFLAGS for cmake #112

Merged
merged 1 commit into from Aug 4, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions slaves/linux/build-musl.sh
Expand Up @@ -3,6 +3,7 @@
set -ex

export CFLAGS="-fPIC -Wa,-mrelax-relocations=no"
export CXXFLAGS="-Wa,-mrelax-relocations=no"
MUSL=musl-1.1.14
# Support building MUSL
curl http://www.musl-libc.org/releases/$MUSL.tar.gz | tar xzf -
Expand Down