Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xeioex committed Feb 14, 2025
1 parent 9021d21 commit ba91653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
git clone https://github.com/quickjs-ng/quickjs quickjs-ng
cd quickjs-ng
git checkout v0.8.0
CFLAGS="$CC_OPT -fPIC" LDFLAGS=$LD_OPT cmake -B build
CFLAGS="$CC_OPT" LDFLAGS=$LD_OPT cmake -DCMAKE_POSITION_INDEPENDENT_CODE=ON -B build
cmake --build build --target qjs -j $(nproc)
- name: Create LSAN suppression file
Expand Down

0 comments on commit ba91653

Please sign in to comment.