浏览代码

Static link the binaries from CI

default_compile_flags
vector-of-bool 4 年前
父节点
当前提交
74f08fdb4f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      tools/gcc-9.jsonc

+ 4
- 0
tools/gcc-9.jsonc 查看文件

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

正在加载...
取消
保存