about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2021-08-05 17:05:20 +0200
committerbptato <nincsnevem662@gmail.com>2021-08-05 17:05:20 +0200
commit69a0f081e6eefdd6a52b0da6586100349b1a6ea8 (patch)
tree23a61bc20918809fb99927071feca01a55e37c92 /makefile
parentcaad7b577162a73524277a943050493c489bfb59 (diff)
downloadchawan-69a0f081e6eefdd6a52b0da6586100349b1a6ea8.tar.gz
more stuff
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefile b/makefile
index a3baa746..3b038c16 100644
--- a/makefile
+++ b/makefile
@@ -4,11 +4,11 @@ FILES = src/main.nim
 
 debug:
 	$(NIMC) $(FLAGS) -d:small $(FILES)
-release:
-	$(NIMC) $(FLAGS) -d:release $(FILES)
 small:
-	$(NIMC) $(FLAGS) -d:danger -d:small $(FILES)
-danger:
 	$(NIMC) $(FLAGS) -d:danger $(FILES)
+release:
+	$(NIMC) $(FLAGS) -d:release -d:full $(FILES)
+danger:
+	$(NIMC) $(FLAGS) -d:danger -d:full $(FILES)
 clean:
 	rm ./twt