diff options
author | bptato <nincsnevem662@gmail.com> | 2022-09-14 19:33:27 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-09-14 19:33:27 +0200 |
commit | cea4aa0374a2f8c1df40a30060c34de8ce257090 (patch) | |
tree | 3958c7d17de112fdad163d20a4f58a7fe9da8533 /makefile | |
parent | 51d83224320b8bd4e81332802bb62158ae6deec5 (diff) | |
download | chawan-cea4aa0374a2f8c1df40a30060c34de8ce257090.tar.gz |
Tweaks/bugfixes for arm
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile index 47dbff7c..6c7dd1be 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ NIMC = nim c -FLAGS = -d:ssl -o:cha +FLAGS = -o:cha FILES = src/main.nim debug: |