Merge pull request #2474 from brooksytech/dev
Set Mesa to compile with O3 and not Ofast
This commit is contained in:
commit
b72712fb13
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@ else
|
|||
PKG_MESON_OPTS_TARGET+=" -Dvulkan-drivers="
|
||||
fi
|
||||
|
||||
pre_configure_target() {
|
||||
TARGET_CFLAGS=$(echo ${CFLAGS} | sed -e "s|-Ofast|-O3|")
|
||||
TARGET_CXXFLAGS=$(echo ${CXXFLAGS} | sed -e "s|-Ofast|-O3|")
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
case ${DEVICE} in
|
||||
S922X)
|
||||
|
|
Loading…
Reference in a new issue