Skip to content

Commit

Permalink
Merge pull request #177 from ManuelMeraz-Forks/mmeraz/gcc10fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger authored Dec 22, 2020
2 parents 6381672 + e179237 commit f4d48fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions benchmarks/histogram/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ROOT := ../..
TARGETS := histogram
LIBS := -lpthread
CFLAGS := -g -O2
LIBS := -lpthread -Wl,--no-as-needed -ldl
CFLAGS := -g -O2 -gdwarf-3

include $(ROOT)/benchmark.mk

Expand Down
2 changes: 1 addition & 1 deletion libcoz/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ROOT := ..
TARGETS := libcoz.so
LIBS := -ldl -lrt -lpthread $(shell pkg-config --libs libelf++ libdwarf++)
CXXFLAGS := --std=c++0x -g -O2 -fPIC -I$(ROOT)/include -I. \
CXXFLAGS := -gdwarf-3 --std=c++0x -g -O2 -fPIC -I$(ROOT)/include -I. \
$(shell pkg-config --cflags libelf++ libdwarf++)

include $(ROOT)/common.mk
Expand Down

0 comments on commit f4d48fb

Please sign in to comment.