Skip to content
Snippets Groups Projects
Commit 29ec46b6 authored by alice's avatar alice
Browse files

community/libjxl: remove broken arg

oops, gcc thing
parent 25c22249
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,8 @@ prepare() {
build() {
CC=clang \
CXX=clang++ \
CFLAGS="$CFLAGS -ffat-lto-objects -flto=full" \
CXXFLAGS="$CXXFLAGS -ffat-lto-objects -flto=full" \
CFLAGS="$CFLAGS -flto=full" \
CXXFLAGS="$CXXFLAGS -flto=full" \
LDFLAGS="$LDFLAGS -fuse-ld=lld" \
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment