Skip to content

Commit e2cbf22

Browse files
committed
Reduced optimization level to -O2
1 parent db9f162 commit e2cbf22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

graphs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CXX = g++-8
2-
CXXFLAGS = -std=c++17 -g -O3 -DPWB_IS_CLFLUSHOPT # -fuse-ld=gold -fsanitize=address
2+
CXXFLAGS = -std=c++17 -g -O2 -DPWB_IS_CLFLUSHOPT # -fuse-ld=gold -fsanitize=address
33
# 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\""
4+
#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\""
55

66
# Possible options for PWB are:
77
# -DPWB_IS_CLFLUSH pwb is a CLFLUSH and pfence/psync are nops (Broadwell)

0 commit comments

Comments
 (0)