Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #740 #744

Merged
merged 1 commit into from
Apr 7, 2015
Merged

fixes #740 #744

merged 1 commit into from
Apr 7, 2015

Conversation

haf
Copy link
Member

@haf haf commented Apr 7, 2015

@forki Like this?

@forki
Copy link
Member

forki commented Apr 7, 2015

this will always set the flag. for all tasks. is this a good idea?

@haf
Copy link
Member Author

haf commented Apr 7, 2015

I think so?

This is the docs:

              Turns on the debugging mode in the runtime.  If an assembly was compiled with debugging information, it will produce line number information for stack traces.

              The optional OPTIONS argument is a comma separated list of debugging options.  These options are turned off by default since they generate much larger and slower code at
              runtime.

              The following options are supported:

              casts  Produces a detailed error when throwing a InvalidCastException.   This option needs to be enabled as this generates more verbose code at execution time.

              mdb-optimizations
                     Disable some JIT optimizations which are usually only disabled when running inside the debugger.  This can be helpful if you want to attach to the running process
                     with mdb.

              gdb    Generate and register debugging information with gdb. This is only supported on some platforms, and only when using gdb 7.0 or later.

It seems that just debug without flags means it's fairly fast. I'd rather have a build system that tells me what's wrong (perhaps even the casts flag then), than gives me bad output.

@forki
Copy link
Member

forki commented Apr 7, 2015

I'd rather have a build system that tells me what's wrong (perhaps even the casts flag then), than gives me bad output.

totally agree.

forki added a commit that referenced this pull request Apr 7, 2015
@forki forki merged commit b5ebba5 into fsprojects:master Apr 7, 2015
@haf haf deleted the patch-1 branch April 7, 2015 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants