There was an error while loading. Please reload this page.
1 parent 97ee098 commit def2d36Copy full SHA for def2d36
src/Makefile
@@ -5,9 +5,12 @@
5
#
6
include common.mk
7
8
-MPI ?= 0 # Set to 1 to enable MPI support (multi-process/multi-node)
9
-NAME_SUFFIX ?= # e.g. _mpi when using MPI=1
10
-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
11
+NAME_SUFFIX ?=
12
+# Set to 1 to create and use libverifiable.so to reduce binary size
13
+DSO ?= 0
14
15
.PHONY: build clean
16
0 commit comments