Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Disable optimizations when PROFILE is set
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru committed May 18, 2016
1 parent 1cc79ba commit 7488063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include config.mk
endif

ifeq ($(PROFILE),1)
CXXFLAGS+=-fprofile-arcs -ftest-coverage
CXXFLAGS+=-O0 -fprofile-arcs -ftest-coverage
endif

LIB_SOURCES:=$(shell cat mk/libbeuter.deps)
Expand Down

0 comments on commit 7488063

Please sign in to comment.