Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add makepkg optimizations #34

Open
MartinX3 opened this issue Jan 5, 2022 · 0 comments
Open

Add makepkg optimizations #34

MartinX3 opened this issue Jan 5, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@MartinX3
Copy link
Collaborator

MartinX3 commented Jan 5, 2022

We love an optimized buildtime

# /etc/profile.d/makepkg.sh
export PATH="/usr/lib/ccache/bin/:$PATH"
export PATH="/usr/lib/colorgcc/bin/:$PATH"    # As per usual colorgcc installation, leave unchanged (don't add ccache)
export CCACHE_PATH="/usr/bin"                 # Tell ccache to only use compilers here

And the optimizations of /etc/makepkg.conf here: https://wiki.archlinux.org/title/Makepkg#Tips_and_tricks

@MartinX3 MartinX3 added the enhancement New feature or request label Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant