mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-12 15:40:36 +00:00
Add a note in INSTALL.md about profiling.
This commit is contained in:
parent
846fbff4a7
commit
9e9f88b7b7
@ -60,3 +60,9 @@ the source code in a directory called `aseprite-source`):
|
||||
Studio project, you can copy the whole `data/` directory to
|
||||
`build/src/RelWithDebInfo/` so you can run/debug the program from
|
||||
Visual Studio IDE.
|
||||
|
||||
# How to profile ASEPRITE?
|
||||
|
||||
You must compile with `Profile` configuration. For example on Linux:
|
||||
|
||||
/.../aseprite-source/build$ cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE:STRING=Profile -DCOMPILER_GCC:BOOL=ON
|
||||
|
Loading…
Reference in New Issue
Block a user