Skip to content

tico 0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@canoi12 canoi12 released this 25 May 22:30
· 49 commits to master since this release

Add:

  • Config options inside wren with the Config class
  • build-release.sh to build release version for both windows and linux, it will strip the executables and zip.

Updated:

  • Updated build scripts giving options to compile in debug or release modes. In release mode the it will be compiled with -O3 option for optimization, but take more time to finish