-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"' @bmk"-pragma ignored in application main source file #123
Comments
I appended some further debug prints:
Changing the line from leads to "-DSPECIAL_OPTION" being listed for the "globals" (but not in "[m.]cc_opts") old:
new:
|
Placing a "pre.bmk" next to my untitled1.bmx (aka unsaved file in maxide):
results in
So this step works (but also requires a "key"). The "key" information is missing in the docs: |
Compiling this code leads to about the following (added some "prints:
this looks like the cc_opt of the main file is not used for compiling the mainfile.
The text was updated successfully, but these errors were encountered: