ErikPettersson / moonshineproject

Automatically exported from code.google.com/p/moonshineproject
0 stars 0 forks source link

-static-link-runtime-shared-libraries setting wrong default #154

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
-static-link-runtime-shared-libraries is false by default in mxmlc, while it's 
marked as true by default, making the option useless in moonshine. It only 
sends the option if it's false, which is the same as the default and doesn't 
send it when it's true, at which point mxmlc just takes false, because it's the 
default :P

In other words, this is expected:
-static-link-runtime-shared-libraries marked false -> don't send anything to 
mxmlc
-static-link-runtime-shared-libraries marked true -> send true to mxmlc

Original issue reported on code.google.com by mlunar on 2 Oct 2010 at 2:29

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r718.

Original comment by mlunar on 3 Oct 2010 at 12:15