yagit

Yet another static site generator for Git 🙀️

Commit
2d7bfcf7865c347ae990d7c6dd0e05a3ef3d940c
Parent
36e594be33006cd68dadd19eb203f123b86e7f59
Author
Pablo <pablo-pie@riseup.net>
Date

Minor changes in Cargo.toml to allow profiling

Diffstats

2 files changed, 7 insertions, 0 deletions

Status Name Changes Insertions Deletions
Modified .gitignore 2 files changed 4 0
Modified Cargo.toml 2 files changed 3 0
diff --git a/.gitignore b/.gitignore
@@ -2,3 +2,7 @@
 /test
 /site
 Cargo.lock
+
+/profiling
+perf.data
+perf.data.old
diff --git a/Cargo.toml b/Cargo.toml
@@ -9,3 +9,6 @@ git2 = "0.20.0"
 libc = "0.2.170"
 pulldown-cmark = "0.13.0"
 static-toml = "1.3.0"
+
+[profile.release]
+debug = true