summaryrefslogtreecommitdiffstats
path: root/http/phantomjs/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'http/phantomjs/BUILD')
-rwxr-xr-xhttp/phantomjs/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/http/phantomjs/BUILD b/http/phantomjs/BUILD
new file mode 100755
index 0000000000..cc27c6ba07
--- /dev/null
+++ b/http/phantomjs/BUILD
@@ -0,0 +1,5 @@
+./build.sh --confirm &&
+
+if list_find "$LDFLAGS" "-s"; then
+ strip -v bin/phantomjs
+fi