Browse Source

Update toolchains we use for CI

default_compile_flags
vector-of-bool 5 years ago
parent
commit
23eb447a5a
2 changed files with 7 additions and 1 deletions
  1. +5
    -0
      tools/gcc-8.dds
  2. +2
    -1
      tools/msvc.dds

+ 5
- 0
tools/gcc-8.dds View File

@@ -0,0 +1,5 @@
Compiler-ID: GNU
C++-Version: C++17
C++-Compiler: g++-8
Flags: -fconcepts -DFMT_HEADER_ONLY=1
Optimize: True

+ 2
- 1
tools/msvc.dds View File

@@ -1,4 +1,5 @@
Compiler-ID: MSVC
C++-Version: C++17
Flags: /experimental:preprocessor
Flags: /experimental:preprocessor /D FMT_HEADER_ONLY=1
Link-Flags: rpcrt4.lib
Optimize: True

Loading…
Cancel
Save