aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2024-02-12 00:00:05 +0100
committerNunoSempere <nuno.sempere@protonmail.com>2024-02-12 00:00:05 +0100
commit4e7f546d3c149fbc5b35309715091df0a98922ae (patch)
treec5152a1e51963fc8453e5a10ca8367ff3c973e75 /makefile
parente52293d78a61b7fa61b0e1589b60a544166c1a4e (diff)
tweak README, extract TODO to separate file
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 7c60183..9eba7f1 100644
--- a/makefile
+++ b/makefile
@@ -58,6 +58,7 @@ fast: $(SRC) $(PLUGINS) $(CONFIG)
GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/
$(CC) $(WARNINGS) $(OPTIMIZED_MORE) -fprofile-generate $(INCS) $(PLUGINS) $(SRC) -o rose $(LIBS) $(ADBLOCK)
@echo "Now use the browser for a while to gather some profiling data"
+ sleep 2
./rose
$(CC) $(WARNINGS) $(OPTIMIZED_MORE) -fprofile-use $(INCS) $(PLUGINS) $(SRC) -o rose $(LIBS) $(ADBLOCK)
rm -f *.gcda