Class CudaJOGenerateDebugInfo
Specifies whether to create debug information in output (-g)
(0: false, default)
Option type: int
Applies to: compiler and linker
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ManagedCuda
Assembly: ManagedCuda.dll
Syntax
public class CudaJOGenerateDebugInfo : CudaJitOption, IDisposable
Constructors
| Improve this Doc View SourceCudaJOGenerateDebugInfo(Boolean)
Specifies whether to create debug information in output (-g)
(0: false, default)
Option type: int
Applies to: compiler and linker
Declaration
public CudaJOGenerateDebugInfo(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Implements
System.IDisposable