Skip to content
Snippets Groups Projects
Commit 50d7ab81 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

build: do not enable debug for contrib

This give some performance drop and can cause crash.

Change-Id: I1a82d52972704cb66d34712a81a8e0bb6d051ae4
parent fd53ec1a
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ cd "$DAEMON"
mkdir -p contrib/native
(
cd contrib/native
../bootstrap ${prefix:+"--prefix=$prefix"} ${debug:+"--enable-debug"}
../bootstrap ${prefix:+"--prefix=$prefix"}
make -j"${proc}"
)
......
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