Browse Source

Enable -fconcepts for GCC builds

default_compile_flags
vector-of-bool 5 years ago
parent
commit
cdf7654771
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      tools/gcc-8.dds

+ 3
- 2
tools/gcc-8.dds View File

@@ -1,5 +1,6 @@
Compiler-ID: GNU
C++-Version: C++17
C++-Compiler: g++-8
Flags: -D SPDLOG_COMPILED_LIB
Optimize: True
Flags: -D SPDLOG_COMPILED_LIB -fconcepts
Optimize: True
Compiler-Launcher: ccache

Loading…
Cancel
Save