ソースを参照

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

読み込み中…
キャンセル
保存