Skip to content
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

You should be able to supply all the settings in the Compiler Settings dialog from the command line. #162

Closed
mkilgore opened this issue Sep 5, 2022 · 0 comments · Fixed by #164
Assignees
Labels
enhancement New feature or request

Comments

@mkilgore
Copy link
Contributor

mkilgore commented Sep 5, 2022

The Compiler Settings dialog contains many settings relevant to compiling a QB64-PE application, but none of them can be supplied when compiling via the command line instead of the GUI. You either have to use the GUI to change the settings beforehand or modify the ./internal/config.ini file directly (which is not really recommended). You should be able to supply them on the command line at well to make them easier to use.

@mkilgore mkilgore added the enhancement New feature or request label Sep 5, 2022
@mkilgore mkilgore self-assigned this Sep 5, 2022
@mkilgore mkilgore added this to In progress in Backlog/In Progress Sep 5, 2022
mkilgore added a commit to mkilgore/QB64pe that referenced this issue Sep 5, 2022
This adds compiler settings for each of the settings in the
'Compiler Settings' IDE dialog. This makes it easy to supply the
settings per compile without needing to use the IDE to change them (or
edit the `config.ini`).

Fixes: QB64-Phoenix-Edition#162
mkilgore added a commit to mkilgore/QB64pe that referenced this issue Sep 5, 2022
This adds compiler settings for each of the settings in the
'Compiler Settings' IDE dialog. This makes it easy to supply the
settings per compile without needing to use the IDE to change them (or
edit the `config.ini`).

Fixes: QB64-Phoenix-Edition#162
mkilgore added a commit to mkilgore/QB64pe that referenced this issue Sep 5, 2022
This adds compiler settings for each of the settings in the
'Compiler Settings' IDE dialog. This makes it easy to supply the
settings per compile without needing to use the IDE to change them (or
edit the `config.ini`).

Fixes: QB64-Phoenix-Edition#162
@mkilgore mkilgore linked a pull request Sep 9, 2022 that will close this issue
Backlog/In Progress automation moved this from In progress to Done Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant