ソースを参照

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"

読み込み中…
キャンセル
保存