Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
lseman authored Jan 12, 2024
1 parent 6bbc215 commit 3af1300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-cachyos/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ prepare() {

build() {
cd ${srcdir}/${_srcname}
if [ -z "${_use_llvm_lto}" ] && ([ -z "${CC}" ] || [ "${CC}" != "clang" ] || [ "${CC}" == "gcc" ]); then
if [ "$_use_llvm_lto" = "none" ]; then
make KCFLAGS="-fivopts -fmodulo-sched" ${BUILD_FLAGS[*]} -j$(nproc) all
else
make ${BUILD_FLAGS[*]} -j$(nproc) all
Expand Down

0 comments on commit 3af1300

Please sign in to comment.