Skip to content

Commit aa27880

Browse files
tanmayv25zackyoray
authored andcommitted
Change NIXL build type to release
1 parent 605c087 commit aa27880

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)