Skip to content

Commit

Permalink
Enable PIC
Browse files Browse the repository at this point in the history
  • Loading branch information
zackradisic committed Jul 19, 2024
1 parent c7126ea commit 97a2fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN --mount=type=tmpfs,target=/webkitbuild \
-DALLOW_LINE_AND_COLUMN_NUMBER_IN_BUILTINS=ON \
-DENABLE_SINGLE_THREADED_VM_ENTRY_SCOPE=ON \
-DENABLE_REMOTE_INSPECTOR=ON \
-DCMAKE_POSITION_INDEPENDENT_CODE=OFF \
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
-DCMAKE_EXE_LINKER_FLAGS="-fuse-ld=lld" \
-DCMAKE_AR=$(which llvm-ar) \
-DCMAKE_RANLIB=$(which llvm-ranlib) \
Expand Down

0 comments on commit 97a2fbb

Please sign in to comment.