Added release build flags
This commit is contained in:
parent
4863af23b5
commit
09f94c52cc
2 changed files with 4 additions and 1 deletions
3
config.nims
Normal file
3
config.nims
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
switch("define", "release")
|
||||||
|
switch("define", "flto")
|
||||||
|
switch("opt", "size")
|
|
@ -1,6 +1,6 @@
|
||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.1.0"
|
version = "1.0.0"
|
||||||
author = "Julien Dessaux"
|
author = "Julien Dessaux"
|
||||||
description = "A Funge-98 interpreter written in nim"
|
description = "A Funge-98 interpreter written in nim"
|
||||||
license = "EUPL-1.2"
|
license = "EUPL-1.2"
|
||||||
|
|
Reference in a new issue