Skip to content

Commit

Permalink
Don't set flags recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Apr 14, 2012
1 parent 620357f commit 34c943b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ bench: $(REDIS_BENCHMARK_NAME)
@echo ""
@echo "WARNING: if it fails under Linux you probably need to install libc6-dev-i386"
@echo ""
$(MAKE) CFLAGS="$(CFLAGS) -m32" LDFLAGS="$(LDFLAGS) -m32"
$(MAKE) CFLAGS="-m32" LDFLAGS="-m32"

gcov:
$(MAKE) REDIS_CFLAGS="-fprofile-arcs -ftest-coverage -DCOVERAGE_TEST" REDIS_LDFLAGS="-fprofile-arcs -ftest-coverage"
Expand Down

0 comments on commit 34c943b

Please sign in to comment.