-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Add commandline option -lowmem #1867
Comments
Alternatively use |
Thanks for suggesting alternatives. |
It sounds like something that should be in the settings file. |
Sounds good. It's a good idea to be able to describe it in the settings file. |
Looks like you fixed this, right ? |
Yes, this has been released with dmd 2.097.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
-lowmem
option is effective when building in an environment with low memory capacity.When specifying this using dub, it is necessary to describe it in
dflags
of dub.sdl/.json which is a configuration file now.However, since this option is not dependent on the project itself, but an option that needs to be switched depending on the building environment, it should not be described in a configuration file that applies regardless of the environment.
To solve this, I propose to allow the
-lowmem
option to be specified in the command line argument of dub itself.Thanks!
The text was updated successfully, but these errors were encountered: