diff --git a/configure b/configure index cd29315fbdc..bcc5492c067 100755 --- a/configure +++ b/configure @@ -522,7 +522,8 @@ CFG_SUBMODULES="\ support/geom/rust-geom \ support/layers/rust-layers \ support/opengles/rust-opengles \ - support/sharegl/sharegl" + support/sharegl/sharegl \ + support/phf/rust-phf" if [ $CFG_OSTYPE = "apple-darwin" ] then @@ -738,6 +739,9 @@ do CONFIGURE_ARGS="${CONFIGURE_ARGS} --enable-skia" ENABLE_DEBUG="$CFG_ENABLE_DEBUG_SKIA" ;; + support/phf/rust-phf) + ENABLE_DEBUG="" + ;; *) ;; esac diff --git a/src/support/phf/rust-phf b/src/support/phf/rust-phf index 0165c93a0c7..d80359b6e5c 160000 --- a/src/support/phf/rust-phf +++ b/src/support/phf/rust-phf @@ -1 +1 @@ -Subproject commit 0165c93a0c77d1f48dcc62ffcb1a61e9fe9c4f28 +Subproject commit d80359b6e5c45f859148ae0069a8edc30a63334c