This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
dds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Static link the binaries from CI
default_compile_flags
vector-of-bool
4 years ago
parent
e43bb7915b
commit
74f08fdb4f
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
+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"
Write
Preview
Loading…
Cancel
Save