profiling
This commit is contained in:
parent
a4c3202f4d
commit
3100d932a7
2 changed files with 2 additions and 0 deletions
|
@ -1 +1,2 @@
|
||||||
constraints: affection +debug
|
constraints: affection +debug
|
||||||
|
profiling: True
|
||||||
|
|
|
@ -71,6 +71,7 @@ let
|
||||||
src = ./.;
|
src = ./.;
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
|
enableExecutableProfiling = true;
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
affectionNeko astar base containers ecstasy linear matrix nanovgNeko
|
affectionNeko astar base containers ecstasy linear matrix nanovgNeko
|
||||||
OpenGL random sdl2 stm text unordered-containers vector
|
OpenGL random sdl2 stm text unordered-containers vector
|
||||||
|
|
Loading…
Reference in a new issue