浏览代码

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",
],

正在加载...
取消
保存