diff --git a/recipes/prboom/recipe.sh b/recipes/prboom/recipe.sh
index 25550228aa837da1f93a62537554976a9f34c5ec..17d520497e0a37a32a97cd35edc2a87e9ba85854 100644
--- a/recipes/prboom/recipe.sh
+++ b/recipes/prboom/recipe.sh
@@ -17,9 +17,10 @@ function recipe_build {
         --prefix=/ \
         --build=${BUILD} \
         --host=${HOST} \
-        --disable-sdltest \
         --disable-cpu-opt \
+        --disable-i386-asm \
         --disable-gl \
+        --disable-sdltest \
         --without-net \
         --with-sdl-prefix="$sysroot" \
         ac_cv_lib_SDL_mixer_Mix_OpenAudio=yes