Skip to content

Make file wrongly attempts to set optimisation using lowercase o #130

Description

@looopTools

Problem/Opportunity

The Make line 117 wrongly use -o0 instead of -O0 to set optimisation level 0 when building to TARGET=linux.

This result in all file compiled with CC being named 0

Steps to reproduce

No response

Expected Behavior

Files compile with optimisation level 0

Actual Behavior

Files are named 0

Notes (Optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions