Skip to content

Commit

Permalink
Added gdwarf-3 flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Dec 22, 2020
1 parent f4d48fb commit 381cbe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark.mk
Expand Up @@ -5,8 +5,8 @@ LIBS += -Wl,--push-state,--no-as-needed -ldl -Wl,--pop-state
RECURSIVE_TARGETS += bench bench_large bench_small

ifeq ($(USE_SYSTEM_COZ),)
CFLAGS += -I$(ROOT)/include
CXXFLAGS += -I$(ROOT)/include
CFLAGS += -gdwarf-3 -I$(ROOT)/include
CXXFLAGS += -gdwarf-3 -I$(ROOT)/include
endif

# Set up build targets for benchmarking
Expand Down

0 comments on commit 381cbe5

Please sign in to comment.