Przeglądaj źródła

Leaf needs some special options for MSVC

default_compile_flags
vector-of-bool 4 lat temu
rodzic
commit
735fff145a
1 zmienionych plików z 4 dodań i 0 usunięć
  1. +4
    -0
      tools/msvc.jsonc

+ 4
- 0
tools/msvc.jsonc Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz