Dav1dde / gl3n

OpenGL Maths for D (not glm for D).
http://dav1dde.github.com/gl3n/
Other
103 stars 49 forks source link

Appease dub warnings #15

Closed brad-anderson closed 11 years ago

brad-anderson commented 11 years ago

Latest version of dub issues warnings about all three of the specified flags:

## Warning for package gl3n ##

The following compiler flags have been specified in the package description
file. They are handled by DUB and direct use in packages is discouraged.
Alternatively, you can set the DFLAGS environment variable to pass custom flags
to the compiler, or use one of the suggestions below:

-O: Call dub with --build=release
-w: Use "buildRequirements" to control warning behavior
-release: Call dub with --build=release
Dav1dde commented 11 years ago

Thanks