]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: add a comment wrt using g++ with CARGO_USE_DEV=1 17785/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 27 Jul 2026 09:29:35 +0000 (11:29 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 27 Jul 2026 09:29:35 +0000 (11:29 +0200)
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/recursordist/rec-rust-lib/rust/build_recrust

index ab42265616db63a5b4aa576c146a3fa8c8caf276..9177f804ca719b9ffe1f46862864bb43f7f3a590 100755 (executable)
@@ -12,6 +12,9 @@ mytarget=${CARGO_TARGET_DIR-target}
 #echo "mytarget=${mytarget}"
 
 CARGO_PROFILE="release"
+#
+# CARGO_USE_DEV in combination with g++ might give you link errors!
+#
 if [ -n "${CARGO_USE_DEV}" ]; then
     CARGO_PROFILE="dev"
     if [ -n "${CARGO_USE_CLIPPY}" ]; then