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:

committed by
Sebastian Serth

parent
00952ca212
commit
1a378ce640
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,9 @@
|
||||
# Project binary
|
||||
/poseidon
|
||||
|
||||
# CPU profiling information
|
||||
cmd/poseidon/default.pgo
|
||||
|
||||
# Configuration file
|
||||
configuration.yaml
|
||||
tests/e2e/configuration.yaml
|
||||
|
Reference in New Issue
Block a user