We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9c4f8 commit 4280fceCopy full SHA for 4280fce
build.sh
@@ -34,6 +34,9 @@ elif [ "$1" = "--nc-st-od" ]; then
34
elif [ "$1" = "--mtr" ]; then
35
# Cache New-Orders, Order-Line, Stock and Orders pages with mtr-logging enabled
36
BUILD_FLAGS="-DUNIV_NVDIMM_CACHE -DUNIV_NVDIMM_CACHE_ST -DUNIV_NVDIMM_CACHE_OD -DUNIV_LOG_HEADER"
37
+elif [ "$1" = "--mtr-monitor" ]; then
38
+ # Cache New-Orders, Order-Line, Stock and Orders pages with mtr-logging/monitoring enabled
39
+ BUILD_FLAGS="-DUNIV_NVDIMM_CACHE -DUNIV_NVDIMM_CACHE_ST -DUNIV_NVDIMM_CACHE_OD -DUNIV_LOG_HEADER -DUNIV_FLUSH_MONITOR"
40
else
41
# Cache New-Orders and Order-Line pages (default)
42
BUILD_FLAGS="-DUNIV_NVDIMM_CACHE"
0 commit comments