Skip to content
Snippets Groups Projects
Commit 0f8290a7 authored by Oliver Bock's avatar Oliver Bock
Browse files

Call clean and debug in case of callgrind/memcheck (-> make sure precompiler...

Call clean and debug in case of callgrind/memcheck (-> make sure precompiler is run to limit test to 10 render calls!)
parent b20a12dc
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ RESOURCESPEC = resources
# primary role based tagets
default: release
debug: starsphere
memcheck: starsphere
callgrind: starsphere
memcheck: clean debug starsphere
callgrind: clean debug starsphere
release: clean starsphere
# target specific options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment