Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/package_android
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker run --rm \
-e FLAG_V=false \
-e FLAG_X=false \
-e FLAG_RACE=false \
-e FLAG_LDFLAGS="-w -s $(get_linker_ldflags) -checklinkname=0" \
-e FLAG_LDFLAGS="-w -s $(get_linker_ldflags) -checklinkname=0 -extldflags=-Wl,-z,max-page-size=16384" \
-e FLAG_BUILDMODE=default \
-e FLAG_TAGS="android" \
-e TARGETS=android/. \
Expand Down
2 changes: 1 addition & 1 deletion bin/package_android_provider
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker run --rm \
-e FLAG_V=false \
-e FLAG_X=false \
-e FLAG_RACE=false \
-e FLAG_LDFLAGS="-w -s $(get_linker_ldflags) -checklinkname=0" \
-e FLAG_LDFLAGS="-w -s $(get_linker_ldflags) -checklinkname=0 -extldflags=-Wl,-z,max-page-size=16384" \
-e FLAG_BUILDMODE=default \
-e FLAG_TAGS="android mobile_provider" \
-e TARGETS=android_provider/. \
Expand Down
Loading