Skip to content

Non-nativizing builds leak debug-only code into the output #5

@Temaran

Description

@Temaran

A general problem with AS is that if you build shipping but don't nativize, preprocessors like #if RELEASE really do nothing as script is simply copied verbatim to the output. For the uncareful, this could lead to debug code leaking into releases. Would be great if the AS cooker would actually process #if preprocessors and stripped code that doesn't pass.

Metadata

Metadata

Assignees

No one assigned

    Labels

    AngelscriptAn issue related to Angelscript itself.Debug InterfaceIssues relating only to the debug interface, and not Feather as a whole

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions