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
Problem/Opportunity
The Make line 117 wrongly use
-o0instead of-O0to set optimisation level 0 when building toTARGET=linux.This result in all file compiled with
CCbeing named 0Steps to reproduce
No response
Expected Behavior
Files compile with optimisation level 0
Actual Behavior
Files are named 0
Notes (Optional)
No response