Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d3eda47fd3 |
@@ -134,6 +134,10 @@ jobs:
|
|||||||
-lssl -lcrypto -lcurl -lpthread -lm \
|
-lssl -lcrypto -lcurl -lpthread -lm \
|
||||||
-o dist/neuron
|
-o dist/neuron
|
||||||
|
|
||||||
|
# Strip debug symbols and non-essential symbol table entries.
|
||||||
|
# -s removes the symbol table + relocation info (max size reduction).
|
||||||
|
# Keeps the binary functional; debuggability is preserved via source + CI logs.
|
||||||
|
strip -s dist/neuron
|
||||||
ls -lh dist/neuron
|
ls -lh dist/neuron
|
||||||
|
|
||||||
- name: Smoke test
|
- name: Smoke test
|
||||||
|
|||||||
Reference in New Issue
Block a user