Browse Source

Merge branch 'feature/gcc-9-fixup' into develop

default_compile_flags
vector-of-bool 5 years ago
parent
commit
9cb284c816
3 changed files with 3 additions and 2 deletions
  1. +1
    -1
      azure-pipelines.yml
  2. +1
    -1
      tests/deps/use-spdlog/gcc.tc.dds
  3. +1
    -0
      tools/gcc-9.dds

+ 1
- 1
azure-pipelines.yml View File

pool: pool:
vmImage: macOS-10.14 vmImage: macOS-10.14
steps: steps:
- script: brew install gcc@9 ccache
- script: brew install gcc@8 gcc@9 ccache
displayName: Prepare System displayName: Prepare System
- script: | - script: |
set -eu set -eu

+ 1
- 1
tests/deps/use-spdlog/gcc.tc.dds View File

Compiler-ID: GNU Compiler-ID: GNU
C++-Version: C++17 C++-Version: C++17
C++-Compiler: g++-8
C++-Compiler: g++-9
Flags: -D SPDLOG_COMPILED_LIB Flags: -D SPDLOG_COMPILED_LIB

+ 1
- 0
tools/gcc-9.dds View File

C-Compiler: gcc-9 C-Compiler: gcc-9
C++-Compiler: g++-9 C++-Compiler: g++-9
Flags: -D SPDLOG_COMPILED_LIB -fconcepts -Werror=return-type Flags: -D SPDLOG_COMPILED_LIB -fconcepts -Werror=return-type
Link-Flags: -static-libgcc -static-libstdc++
Debug: True Debug: True
Compiler-Launcher: ccache Compiler-Launcher: ccache

Loading…
Cancel
Save