mchakravarty / HaskellSpriteKit

Haskell binding to Apple's SpriteKit framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support profiling builds

mchakravarty opened this issue · comments

Currently, the build system doesn't build a profiling flavour of spritekit. This is as the unique identifier names generate by language-c-inline for 'hswrapper's get different names in a profiling build, and so, would need a different variant of the wrapper Objective-C code.

This is really an infelicity of language-c-inline.