aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-10-05 17:53:07 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-10-05 17:53:07 +0200
commit0af3f8df7dae115317ba6967a9df798a41c1c069 (patch)
tree3973f62cf8b9cc3798e6a173010d11ec464b8356
parent3d37212af16dee6c6dc8031f5b89c891d2271c4a (diff)
strip uzbl-core binary by default
-rw-r--r--Makefile3
-rw-r--r--uzbl-core.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 635253b..167881f 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,9 @@ uzbl-core: ${OBJ}
@echo LINKING object files
@${CC} -o $@ ${OBJ} ${LDFLAGS}
@echo ... done.
+ @echo Stripping binary
+ @strip $@
+ @echo ... done.
diff --git a/uzbl-core.c b/uzbl-core.c
index 3b0b7b4..1fcd434 100644
--- a/uzbl-core.c
+++ b/uzbl-core.c
@@ -2163,7 +2163,6 @@ main (int argc, char* argv[]) {
} else if (uzbl.state.uri)
cmd_load_uri();
- //printf("FILE: %s\n", find_existing_file("/bar:/home/robert:/usr:/tmp:style.css"));
gtk_main ();
clean_up();