当我启动终端时的clang后端

时间:2019-05-29 08:48:11

标签: anaconda clang darwin

我不确定多少 link有帮助。打开终端后,我必须查看这些消息的列表。我相信,这是为了安装pystan而安装clang的。

我非常想对以下内容进行降噪处理,但是我没有很好的线索。感谢任何输入,谢谢。

INFO: activate_clang_osx-64.sh made the following environmental changes:
+AR=//anaconda/bin/x86_64-apple-darwin13.4.0-ar
+AS=//anaconda/bin/x86_64-apple-darwin13.4.0-as
+CC=x86_64-apple-darwin13.4.0-clang
+CFLAGS=-march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe
+CHECKSYMS=//anaconda/bin/x86_64-apple-darwin13.4.0-checksyms
+CLANG=//anaconda/bin/x86_64-apple-darwin13.4.0-clang
+CODESIGN_ALLOCATE=//anaconda/bin/x86_64-apple-darwin13.4.0-codesign_allocate
+CONDA_BUILD_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
+CPPFLAGS=-D_FORTIFY_SOURCE=2 -mmacosx-version-min=10.9
+DEBUG_CFLAGS=-march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -Og -g -Wall -Wextra
+HOST=x86_64-apple-darwin13.4.0
+INDR=//anaconda/bin/x86_64-apple-darwin13.4.0-indr
+INSTALL_NAME_TOOL=//anaconda/bin/x86_64-apple-darwin13.4.0-install_name_tool
+LD=//anaconda/bin/x86_64-apple-darwin13.4.0-ld
+LDFLAGS=-Wl,-pie -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs
+LDFLAGS_LD=-pie -headerpad_max_install_names -dead_strip_dylibs
+LIBTOOL=//anaconda/bin/x86_64-apple-darwin13.4.0-libtool
+LIPO=//anaconda/bin/x86_64-apple-darwin13.4.0-lipo
+NM=//anaconda/bin/x86_64-apple-darwin13.4.0-nm
+NMEDIT=//anaconda/bin/x86_64-apple-darwin13.4.0-nmedit
+OTOOL=//anaconda/bin/x86_64-apple-darwin13.4.0-otool
+PAGESTUFF=//anaconda/bin/x86_64-apple-darwin13.4.0-pagestuff
+RANLIB=//anaconda/bin/x86_64-apple-darwin13.4.0-ranlib
+REDO_PREBINDING=//anaconda/bin/x86_64-apple-darwin13.4.0-redo_prebinding
+SEGEDIT=//anaconda/bin/x86_64-apple-darwin13.4.0-segedit
+SEG_ADDR_TABLE=//anaconda/bin/x86_64-apple-darwin13.4.0-seg_addr_table
+SEG_HACK=//anaconda/bin/x86_64-apple-darwin13.4.0-seg_hack
+SIZE=//anaconda/bin/x86_64-apple-darwin13.4.0-size
+STRINGS=//anaconda/bin/x86_64-apple-darwin13.4.0-strings
+STRIP=//anaconda/bin/x86_64-apple-darwin13.4.0-strip
+_PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata_x86_64_apple_darwin13_4_0
INFO: activate_clangxx_osx-64.sh made the following environmental changes:
+CLANGXX=//anaconda/bin/x86_64-apple-darwin13.4.0-clang++
+CXX=x86_64-apple-darwin13.4.0-clang++
+CXXFLAGS=-march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -stdlib=libc++ -fvisibility-inlines-hidden -std=c++14 -fmessage-length=0
+DEBUG_CXXFLAGS=-march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -stdlib=libc++ -fvisibility-inlines-hidden -std=c++14 -fmessage-length=0 -Og -g -Wall -Wextra

1 个答案:

答案 0 :(得分:0)

我实际上通过链接修复了此问题,但仍然不清楚btw clangxx_osx-64-4.0.1-h22b1bf0_8与clangxx_osx-64-4.0.1-h22b1bf0_11是哪个版本引起的。似乎更可能是最新版本的原因,但实际上我很幸运,因为注释掉了旧版本链接中类似提及的内容。