Skip to content
Snippets Groups Projects
Commit 5a6a47e4 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

build: speed up kernel symbol export stripping


GNU grep has a high per-expression setup overhead when compiling regular
expressions. Use -F to force it to interpret the input as fixed strings,
which is much faster (fraction of a second instead of multiple minutes).

Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 39049
parent 6cb542d6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment