Minor fix to Makefile

Move comments to separate lines


[ROCm/rccl-tests commit: def2d3689c]
This commit is contained in:
David Addison
2025-07-23 16:04:30 -07:00
orang tua 4ec9c91be3
melakukan 57af056dd0
+6 -3
Melihat File
@@ -5,9 +5,12 @@
#
include common.mk
MPI ?= 0 # Set to 1 to enable MPI support (multi-process/multi-node)
NAME_SUFFIX ?= # e.g. _mpi when using MPI=1
DSO ?= 0 # Set to 1 to create and use libverifiable.so to reduce binary size
# Set to 1 to enable MPI support (multi-process/multi-node)
MPI ?= 0
# e.g. Set to _mpi when using MPI=1
NAME_SUFFIX ?=
# Set to 1 to create and use libverifiable.so to reduce binary size
DSO ?= 0
.PHONY: build clean