Skip to content

Commit aa2fe9a

Browse files
committed
[None][feat] Build NIXL in release type
Signed-off-by: Yoray Zack <[email protected]>
1 parent e4a295c commit aa2fe9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/common/install_nixl.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ meson setup builddir \
3838
-Dcudapath_lib="$CUDA_PATH/lib64" \
3939
-Dcudapath_inc="$CUDA_PATH/include" \
4040
-Dgds_path="$GDS_PATH" \
41-
-Dinstall_headers=true
41+
-Dinstall_headers=true \
42+
--buildtype=release
4243

4344
cd builddir && ninja install
4445
cd ../..

0 commit comments

Comments
 (0)