File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ REPODIR=$(cd "$(dirname "$0")"; pwd)
27
27
LIBCUOPT_BUILD_DIR=${LIBCUOPT_BUILD_DIR:= ${REPODIR} / cpp/ build}
28
28
LIBMPS_PARSER_BUILD_DIR=${LIBMPS_PARSER_BUILD_DIR:= ${REPODIR} / cpp/ libmps_parser/ build}
29
29
30
- VALIDARGS=" clean libcuopt libmps_parser cuopt_mps_parser cuopt cuopt_server cuopt_sh_client docs deb -a -b -g -s -v -l= --verbose-pdlp --build-lp-only --no-fetch-rapids --skip-c-python-adapters --skip-tests-build --skip-routing-build --skip-fatbin-write [--cmake-args=\\\" <args>\\\" ] [--cache-tool=<tool>] -n --allgpuarch --ci-only-arch --show_depr_warn -h --help"
30
+ VALIDARGS=" clean libcuopt libmps_parser cuopt_mps_parser cuopt cuopt_server cuopt_sh_client docs deb -a -b -g -fsanitize -v -l= --verbose-pdlp --build-lp-only --no-fetch-rapids --skip-c-python-adapters --skip-tests-build --skip-routing-build --skip-fatbin-write [--cmake-args=\\\" <args>\\\" ] [--cache-tool=<tool>] -n --allgpuarch --ci-only-arch --show_depr_warn -h --help"
31
31
HELP=" $0 [<target> ...] [<flag> ...]
32
32
where <target> is:
33
33
clean - remove all existing build artifacts and configuration (start over)
@@ -44,7 +44,7 @@ HELP="$0 [<target> ...] [<flag> ...]
44
44
-g - build for debug
45
45
-a - Enable assertion (by default in debug mode)
46
46
-b - Build with benchmark settings
47
- -s - Build with sanitizer
47
+ -fsanitize - Build with sanitizer
48
48
-n - no install step
49
49
--no-fetch-rapids - don't fetch rapids dependencies
50
50
-l= - log level. Options are: TRACE | DEBUG | INFO | WARN | ERROR | CRITICAL | OFF. Default=INFO
@@ -237,7 +237,7 @@ if hasArg --build-lp-only; then
237
237
BUILD_LP_ONLY=1
238
238
SKIP_ROUTING_BUILD=1 # Automatically skip routing when building LP-only
239
239
fi
240
- if hasArg -s ; then
240
+ if hasArg -fsanitize ; then
241
241
BUILD_SANITIZER=1
242
242
fi
243
243
if hasArg --skip-c-python-adapters; then
You can’t perform that action at this time.
0 commit comments