about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-09-14 19:33:27 +0200
committerbptato <nincsnevem662@gmail.com>2022-09-14 19:33:27 +0200
commitcea4aa0374a2f8c1df40a30060c34de8ce257090 (patch)
tree3958c7d17de112fdad163d20a4f58a7fe9da8533 /makefile
parent51d83224320b8bd4e81332802bb62158ae6deec5 (diff)
downloadchawan-cea4aa0374a2f8c1df40a30060c34de8ce257090.tar.gz
Tweaks/bugfixes for arm
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
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: