Browse Source

Static link the binaries from CI

default_compile_flags
vector-of-bool 4 years ago
parent
commit
74f08fdb4f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      tools/gcc-9.jsonc

+ 4
- 0
tools/gcc-9.jsonc View File

"-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"

Loading…
Cancel
Save