search for: dcmake_exe_exports_cxx_flag

Displaying 1 result from an estimated 1 matches for "dcmake_exe_exports_cxx_flag".

2017 Mar 22
2
Building LLVM on Linux, executing on Windows 10 Linux Subsystem
...ollowing options: mkdir -p build/linux64 cd build/linux64 cmake -Wno-dev -G "Unix Makefiles" ../../llvm \ "-DCMAKE_BUILD_TYPE:STRING=Debug" \ "-DCMAKE_INSTALL_PREFIX:STRING=$(CLANG_INSTALL_ROOT)/Debug" \ "-DCMAKE_EXE_EXPORTS_C_FLAG:STRING=" \ "-DCMAKE_EXE_EXPORTS_CXX_FLAG:STRING=" \ "-DCMAKE_EXE_LINKER_FLAGS:STRING=-static-libgcc -static-libstdc++ -static" \ -DLLVM_TARGETS_TO_BUILD="OURTARGET" \ -DLLVM_DEFAULT_TARGET_TRIPLE=ourtarget Only the highlighted options are perhaps unusual as I need to build with statically linked GCC librari...