diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2024-02-12 00:00:05 +0100 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2024-02-12 00:00:05 +0100 |
commit | 4e7f546d3c149fbc5b35309715091df0a98922ae (patch) | |
tree | c5152a1e51963fc8453e5a10ca8367ff3c973e75 /makefile | |
parent | e52293d78a61b7fa61b0e1589b60a544166c1a4e (diff) |
tweak README, extract TODO to separate file
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |