[build] turn on optimizations for snap build and fix dist

pull/1037/head
Tim Stack 2 years ago
parent ac398dd441
commit ca51854e89

@ -47,6 +47,9 @@ parts:
after:
- selective-checkout
plugin: autotools
configflags:
- CFLAGS="-O2"
- CXXFLAGS="-O2"
source: https://github.com/tstack/lnav.git
source-depth: 500
override-pull: |

@ -328,6 +328,7 @@ dist_noinst_DATA = \
logfile_uwsgi.0 \
logfile_vami.0 \
logfile_vdsm.0 \
logfile_vmw_log.0 \
logfile_vpxd.0 \
logfile_w3c.0 \
logfile_w3c.1 \

Loading…
Cancel
Save