소스 검색

Leaf needs some special options for MSVC

default_compile_flags
vector-of-bool 4 년 전
부모
커밋
735fff145a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      tools/msvc.jsonc

+ 4
- 0
tools/msvc.jsonc 파일 보기

@@ -3,8 +3,12 @@
"compiler_id": "msvc",
"flags": [
"/Zc:preprocessor",
"/Zc:__cplusplus",
"/std:c++latest",
"/DNOMINMAX",
// Workaround quirks in LEAF
"/DBOOST_LEAF_CONSTEXPR=",
"/DBOOST_LEAF_STD_UNCAUGHT_EXCEPTIONS=1",
// OpenSSL headers:
"/Iexternal/OpenSSL/include",
],

Loading…
취소
저장