Skip to content

Commit 381cbe5

Browse files
committed
Added gdwarf-3 flag.
1 parent f4d48fb commit 381cbe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ LIBS += -Wl,--push-state,--no-as-needed -ldl -Wl,--pop-state
55
RECURSIVE_TARGETS += bench bench_large bench_small
66

77
ifeq ($(USE_SYSTEM_COZ),)
8-
CFLAGS += -I$(ROOT)/include
9-
CXXFLAGS += -I$(ROOT)/include
8+
CFLAGS += -gdwarf-3 -I$(ROOT)/include
9+
CXXFLAGS += -gdwarf-3 -I$(ROOT)/include
1010
endif
1111

1212
# Set up build targets for benchmarking

0 commit comments

Comments
 (0)