Procházet zdrojové kódy

Static link the binaries from CI

default_compile_flags
vector-of-bool před 6 roky
rodič
revize
74f08fdb4f
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      tools/gcc-9.jsonc

+ 4
- 0
tools/gcc-9.jsonc Zobrazit soubor

"-fconcepts", "-fconcepts",
"-std=c++2a", "-std=c++2a",
], ],
"link_flags": [
"-static-libgcc",
"-static-libstdc++"
],
// "debug": true, // "debug": true,
"optimize": true, "optimize": true,
"compiler_launcher": "ccache" "compiler_launcher": "ccache"

Načítá se…
Zrušit
Uložit