diff options
author | Mauro Rossi <issor.oruam@gmail.com> | 2021-11-29 21:45:09 +0100 |
---|---|---|
committer | Mauro Rossi <issor.oruam@gmail.com> | 2021-11-30 22:58:23 +0100 |
commit | be7a0b23c8bb0ae9c585942fda2928bd1ac1d851 (patch) | |
tree | ece49c50466c330ee2ae838b5b053ebb11a79f1d /android | |
parent | 6afba805349db4e4664065ad71ba6b99e62ff481 (diff) | |
download | mesa-be7a0b23c8bb0ae9c585942fda2928bd1ac1d851.tar.gz mesa-be7a0b23c8bb0ae9c585942fda2928bd1ac1d851.tar.bz2 mesa-be7a0b23c8bb0ae9c585942fda2928bd1ac1d851.zip |
Revert "android: define cpp_rtti=false because libLLVM is built w/o RTTI"
This reverts commit f659d00000a1a3667f9861d01d5828dd12ec6857.
The revert is done because essential Fixes tag was missing
and to apply a better version that could be picked for mesa-stable.
Acked-by: Marijn Suijten <marijn.suijten@somainline.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13901>
Diffstat (limited to 'android')
-rw-r--r-- | android/mesa3d_cross.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/mesa3d_cross.mk b/android/mesa3d_cross.mk index 254f7f8cc82..3e0622159fe 100644 --- a/android/mesa3d_cross.mk +++ b/android/mesa3d_cross.mk @@ -93,7 +93,6 @@ MESON_GEN_NINJA := \ -Dvulkan-drivers=$(subst $(space),$(comma),$(subst radeon,amd,$(BOARD_MESA3D_VULKAN_DRIVERS))) \ -Dgbm=enabled \ -Degl=enabled \ - -Dcpp_rtti=false \ MESON_BUILD := PATH=/usr/bin:/bin:/sbin:$$PATH ninja -C $(MESON_OUT_DIR)/build |