Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
13ae10f6
Commit
13ae10f6
authored
3 years ago
by
alice
Committed by
Kevin Daudt
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/raspberrypi: use CMAKE_BUILD_TYPE=MinSizeRel
parent
e8b3f317
Loading
Loading
1 merge request
!28826
main/*: set CMAKE_BUILD_TYPE to MinSizeRel from None
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/raspberrypi/APKBUILD
+2
-2
2 additions, 2 deletions
main/raspberrypi/APKBUILD
with
2 additions
and
2 deletions
main/raspberrypi/APKBUILD
+
2
−
2
View file @
13ae10f6
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname
=
raspberrypi
pkgver
=
0.20200813
pkgrel
=
0
pkgrel
=
1
_commit
=
"f73fca015d421b763936667a0b58fe5024d59921"
pkgdesc
=
"Raspberry Pi support tools"
url
=
"https://github.com/raspberrypi/userland"
...
...
@@ -27,7 +27,7 @@ build() {
cmake
-B
build
\
-DCMAKE_C_FLAGS
=
"
$CFLAGS
-D_GNU_SOURCE"
\
-DARM64
=
$_arm64
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_BUILD_TYPE
=
MinSizeRel
\
-DCMAKE_INSTALL_RPATH
=
/opt/vc/lib
\
-DCMAKE_SHARED_LINKER_FLAGS
=
"-Wl,--no-as-needed"
cmake
--build
build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment