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

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

Loading…
Cancel
Save