Quellcode durchsuchen

Leaf needs some special options for MSVC

default_compile_flags
vector-of-bool vor 4 Jahren
Ursprung
Commit
735fff145a
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. +4
    -0
      tools/msvc.jsonc

+ 4
- 0
tools/msvc.jsonc Datei anzeigen

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

Laden…
Abbrechen
Speichern