浏览代码

Fixup some stray refs to gcc-8

default_compile_flags
vector-of-bool 5 年前
父节点
当前提交
329ec9848e
共有 3 个文件被更改,包括 3 次插入2 次删除
  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 查看文件

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

+ 1
- 1
tests/deps/use-spdlog/gcc.tc.dds 查看文件

@@ -1,4 +1,4 @@
Compiler-ID: GNU
C++-Version: C++17
C++-Compiler: g++-8
C++-Compiler: g++-9
Flags: -D SPDLOG_COMPILED_LIB

+ 1
- 0
tools/gcc-9.dds 查看文件

@@ -3,5 +3,6 @@ C++-Version: C++17
C-Compiler: gcc-9
C++-Compiler: g++-9
Flags: -D SPDLOG_COMPILED_LIB -fconcepts -Werror=return-type
Link-Flags: -static-libgcc -static-libstdc++
Debug: True
Compiler-Launcher: ccache

正在加载...
取消
保存