Skip to content
Commit 7425fdd9 authored by Paul Barker's avatar Paul Barker Committed by Martin Jansa
Browse files

vim: prevent binaries from being stripped too early



By default, vim binaries are stripped during the build. This prevents us from
putting non-stripped binaries into a -dbg package. Passing 'STRIP=/bin/true' to
configure is the method recommended in the vim Makefile to disable stripping of
binaries during the build.

Signed-off-by: default avatarPaul Barker <paul@paulbarker.me.uk>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent e86bab75
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment