Skip to content

Commit

Permalink
Merge pull request #14 from v3kt0r-87/main
Browse files Browse the repository at this point in the history
fix: Add -Dstrip=true and update Meson command to resolve deprecation…
  • Loading branch information
ilhan-athn7 authored Oct 20, 2024
2 parents c05d9ee + 3dc469c commit b3ad769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turnip_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ endian = 'little'
EOF

echo "Generating build files ..." $'\n'
meson build-android-aarch64 --cross-file "$workdir"/mesa-main/android-aarch64 -Dbuildtype=release -Dplatforms=android -Dplatform-sdk-version=$sdkver -Dandroid-stub=true -Dgallium-drivers= -Dvulkan-drivers=freedreno -Dvulkan-beta=true -Dfreedreno-kmds=kgsl -Db_lto=true &> "$workdir"/meson_log
meson setup build-android-aarch64 --cross-file "$workdir"/mesa-main/android-aarch64 -Dbuildtype=release -Dplatforms=android -Dplatform-sdk-version=$sdkver -Dandroid-stub=true -Dgallium-drivers= -Dvulkan-drivers=freedreno -Dvulkan-beta=true -Dfreedreno-kmds=kgsl -Db_lto=true -Dstrip=true &> "$workdir"/meson_log

echo "Compiling build files ..." $'\n'
ninja -C build-android-aarch64 &> "$workdir"/ninja_log
Expand Down

0 comments on commit b3ad769

Please sign in to comment.