Skip to content

OCC no longer fails on unknown flag #1156

Description

@bradking

OrangeC 7.10.59 silently accepts an unknown compiler flag:

>occ -c example.c -BadFlag && echo Success || echo Failure
occ (OrangeC) Version 7.10.59
...
Unknown switch '-B'
...
Success

OrangeC 7.0.7 rejected them:

>occ -c example.c -BadFlag && echo Success || echo Failure
occ (OrangeC) Version 7.0.7
...
Unknown switch '-B'
...
Failure

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions