We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9f162 commit e2cbf22Copy full SHA for e2cbf22
1 file changed
graphs/Makefile
@@ -1,7 +1,7 @@
1
CXX = g++-8
2
-CXXFLAGS = -std=c++17 -g -O3 -DPWB_IS_CLFLUSHOPT # -fuse-ld=gold -fsanitize=address
+CXXFLAGS = -std=c++17 -g -O2 -DPWB_IS_CLFLUSHOPT # -fuse-ld=gold -fsanitize=address
3
# For castor-1
4
-#CXXFLAGS = -std=c++17 -g -O3 -DPWB_IS_CLWB -DPM_REGION_SIZE=64*1024*1024*1024ULL -DPM_USE_DAX -DPM_FILE_NAME="\"/mnt/pmem0/durable\""
+#CXXFLAGS = -std=c++17 -g -O2 -DPWB_IS_CLWB -DPM_REGION_SIZE=64*1024*1024*1024ULL -DPM_USE_DAX -DPM_FILE_NAME="\"/mnt/pmem0/durable\""
5
6
# Possible options for PWB are:
7
# -DPWB_IS_CLFLUSH pwb is a CLFLUSH and pfence/psync are nops (Broadwell)
0 commit comments