Skip to content

Commit

Permalink
allow to override STRIP with env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Jul 17, 2015
1 parent 845cd7a commit e47c4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -9,8 +9,8 @@ PREFIX ?= /usr/local
CFLAGS ?= $(OPTIMIZATIONS) -Wall
LIBDIR ?= lib

STRIP=strip
STRIPFLAGS=-s
STRIP?=strip
STRIPFLAGS?=-s

nodelay_VERSION?=$(shell git describe --tags HEAD 2>/dev/null | sed 's/-g.*$$//;s/^v//' || echo "LV2")
###############################################################################
Expand Down

0 comments on commit e47c4c7

Please sign in to comment.