Grant-Nelson / ThreeDart

3D graphical rendering tool for websites written in Dart.
Other
16 stars 11 forks source link

Make multiple builds types #118

Open Grant-Nelson opened 4 years ago

Grant-Nelson commented 4 years ago

Builds are slow with -O3 but the results are much better. It would be nice to be able to do a debug build which is fast and not optimized and a release build which is optimized. My have to add a script or a make file to do the switch and update the build.yml. See build_config doc, it may help.