From 494d39cdd6143a4d96e6b3402de73174ce202959 Mon Sep 17 00:00:00 2001 From: prod2 <95874442+prod2@users.noreply.github.com> Date: Sat, 10 Dec 2022 15:35:18 +0100 Subject: [PATCH] contact info --- README.md | 6 +++++- nim.cfg | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4947362..139e427 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,8 @@ git clone https://github.com/prod2/nondescript cd nondescript nimble build bin/nds -``` \ No newline at end of file +``` + +## Contact + +Please contact me on matrix (@prod2:envs.net) diff --git a/nim.cfg b/nim.cfg index 76b350f..05ed290 100644 --- a/nim.cfg +++ b/nim.cfg @@ -1 +1 @@ ---gc:arc -d:release \ No newline at end of file +--gc:arc -d:danger --passC: "-O3 -flto"