This website works better with JavaScript.
홈
탐색
도움말
로그인
visus
/
scope-guard
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
Libc++ renabled.
main
offa
7 년 전
부모
776d0de78d
커밋
b12b3f782c
1개의 변경된 파일
과
3개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
변경상태 보기
+3
-3
script/ci_build.sh
+ 3
- 3
script/ci_build.sh
파일 보기
@@ -2,9 +2,9 @@
set -ex
#
if [[ "${CXX}" == clang* ]]; then
#
export CXXFLAGS="-stdlib=libc++"
#
fi
if [[ "${CXX}" == clang* ]]; then
export CXXFLAGS="-stdlib=libc++"
fi
mkdir build && cd build
Write
Preview
Loading…
취소
저장