Explorar el Código

FreeBSD works better with static runtimes with g++9

default_compile_flags
vector-of-bool hace 5 años
padre
commit
fc95001061
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      tools/freebsd-gcc-9.dds

+ 3
- 3
tools/freebsd-gcc-9.dds Ver fichero

@@ -1,9 +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
Flags: -D SPDLOG_COMPILED_LIB -Werror=return-type -Wno-conversion
C++-Flags: -std=c++2a -fconcepts
Link-Flags: -static-libgcc -static-libstdc++
Debug: True
Compiler-Launcher: ccache
Compiler-Launcher: ccache

Cargando…
Cancelar
Guardar