Skip to content

Commit 5a3ae94

Browse files
committed
adding Build position-independent
1 parent 982fba2 commit 5a3ae94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
git clone https://github.com/shibatch/sleef.git
6868
cd sleef
69-
cmake -S . -B build -DSLEEF_BUILD_QUAD:BOOL=ON
69+
cmake -S . -B build -DSLEEF_BUILD_QUAD:BOOL=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON
7070
cmake --build build/ --clean-first -j
7171
sudo cmake --install build --prefix /usr
7272
- name: Install quaddtype

0 commit comments

Comments
 (0)