This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
scope-guard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Linker flags don't work.
main
offa
7 years ago
parent
300faf40e8
commit
6bfd346c4a
1 changed files
with
1 additions
and
2 deletions
Split View
Show Diff Stats
+1
-2
script/ci_build.sh
+ 1
- 2
script/ci_build.sh
View File
@@ -4,12 +4,11 @@ set -ex
if [[ "${CXX}" == clang* ]]; then
export CXXFLAGS="-stdlib=libc++"
EXTRA="-DCMAKE_EXE_LINKER_FLAGS=-lc++abi -lc++"
fi
mkdir build && cd build
cmake
${EXTRA}
..
cmake ..
make
make unittest
Write
Preview
Loading…
Cancel
Save