You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project has some C files, whose behaviour depends on whether we are compiling the project in debug mode or not. This is accomplished via a cc-options: -DACCELERATE_DEBUG in the .cabal file (see here). However, switching between regular and debug builds does not recompile the C sources (though it does seem to recompile relevant .hs files).
My project has some C files, whose behaviour depends on whether we are compiling the project in debug mode or not. This is accomplished via a
cc-options: -DACCELERATE_DEBUG
in the .cabal file (see here). However, switching between regular and debug builds does not recompile the C sources (though it does seem to recompile relevant .hs files).Related: #4306
The text was updated successfully, but these errors were encountered: