diff options
author | Julien Dessaux | 2021-10-22 17:59:44 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-10-25 15:22:24 +0200 |
commit | ad9b9c0f7bd4d95ddc54462970d33d92bab9392c (patch) | |
tree | b8d130d728fda49c64b6e021da31afb2418b78a0 /config.nims | |
parent | Initial import (diff) | |
download | short-ad9b9c0f7bd4d95ddc54462970d33d92bab9392c.tar.gz short-ad9b9c0f7bd4d95ddc54462970d33d92bab9392c.tar.bz2 short-ad9b9c0f7bd4d95ddc54462970d33d92bab9392c.zip |
Added a functionning url shortening service
Diffstat (limited to 'config.nims')
-rw-r--r-- | config.nims | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.nims b/config.nims new file mode 100644 index 0000000..298bb84 --- /dev/null +++ b/config.nims @@ -0,0 +1,4 @@ +switch("define", "release") +switch("define", "flto") +switch("opt", "size") +switch("threads", "on") |