Enable profiler and profile-guided builds

I used the chance to simplify the Makefile, as this is required for the file check to work correctly. Variables should not contain quotes, as these will be included in the value otherwise.
This commit is contained in:
Sebastian Serth
2023-02-26 20:16:08 +01:00
committed by Sebastian Serth
parent 00952ca212
commit 1a378ce640
5 changed files with 90 additions and 18 deletions

3
.gitignore vendored
View File

@ -1,6 +1,9 @@
# Project binary
/poseidon
# CPU profiling information
cmd/poseidon/default.pgo
# Configuration file
configuration.yaml
tests/e2e/configuration.yaml