Skip to content

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

Description

@looopTools

Problem/Opportunity

The Make line 100 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

Labels

bugSomething isn't working

Type

Projects

Status
Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions