ソースを参照

FreeBSD has a different GCC binary name

default_compile_flags
vector-of-bool 4年前
コミット
96b21936be
2個のファイルの変更11行の追加0行の削除
  1. +2
    -0
      tools/build.py
  2. +9
    -0
      tools/freebsd-gcc-9.dds

+ 2
- 0
tools/build.py ファイルの表示

@@ -33,6 +33,8 @@ def main(argv: Sequence[str]) -> int:
print(f'Using previously built DDS executable: {dds_exe}')
if os.name == 'nt':
tc_fpath = ROOT / 'tools/msvc.dds'
elif sys.platform.startswith('freebsd'):
tc_fpath = ROOT / 'tools/freebsd-gcc-9.dds'
else:
tc_fpath = ROOT / 'tools/gcc-9.dds'


+ 9
- 0
tools/freebsd-gcc-9.dds ファイルの表示

@@ -0,0 +1,9 @@
Compiler-ID: GNU
C++-Version: C++17
C-Compiler: gcc9
C++-Compiler: g++9
# Range-v3 0.10.0 contains an accidental conversion warning
Flags: -D SPDLOG_COMPILED_LIB -fconcepts -Werror=return-type -Wno-conversion
Link-Flags: -static-libgcc -static-libstdc++
Debug: True
Compiler-Launcher: ccache

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