Przeglądaj źródła

More flags for the static build to shrink the final binary

default_compile_flags
vector-of-bool 5 lat temu
rodzic
commit
df92921326
1 zmienionych plików z 7 dodań i 1 usunięć
  1. +7
    -1
      tools/gcc-9-static-rel.jsonc

+ 7
- 1
tools/gcc-9-static-rel.jsonc Wyświetl plik

"warning_flags": [ "warning_flags": [
"-Werror", "-Werror",
], ],
"flags": [
"-fdata-sections",
"-ffunction-sections",
"-Os"
],
"cxx_flags": [ "cxx_flags": [
"-fconcepts", "-fconcepts",
"-std=c++2a",
"-std=c++2a"
], ],
"link_flags": [ "link_flags": [
"-static", "-static",
"-ldl", "-ldl",
// WORKAROUND: https://sourceware.org/legacy-ml/glibc-bugs/2018-09/msg00009.html // WORKAROUND: https://sourceware.org/legacy-ml/glibc-bugs/2018-09/msg00009.html
"-Wl,-u,pthread_mutex_lock,-u,pthread_mutex_unlock,-u,pthread_self", "-Wl,-u,pthread_mutex_lock,-u,pthread_mutex_unlock,-u,pthread_self",
"-Wl,--gc-sections,--strip-all"
], ],
"optimize": true "optimize": true
} }

Ładowanie…
Anuluj
Zapisz