Sfoglia il codice sorgente

Pass -fconcepts for C++ only

default_compile_flags
vector-of-bool 5 anni fa
parent
commit
aff184e67a
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      tools/gcc-9.dds

+ 2
- 1
tools/gcc-9.dds Vedi File

C-Compiler: gcc-9 C-Compiler: gcc-9
C++-Compiler: g++-9 C++-Compiler: g++-9
# Range-v3 0.10.0 contains an accidental conversion warning # Range-v3 0.10.0 contains an accidental conversion warning
Flags: -D SPDLOG_COMPILED_LIB -fconcepts -Werror=return-type -Wno-conversion
Flags: -D SPDLOG_COMPILED_LIB -Werror=return-type -Wno-conversion
C++-Flags: -fconcepts
Link-Flags: -static-libgcc -static-libstdc++ Link-Flags: -static-libgcc -static-libstdc++
# Debug: True # Debug: True
Optimize: True Optimize: True

Loading…
Annulla
Salva