diff options
author | bptato <nincsnevem662@gmail.com> | 2023-05-20 13:50:08 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-05-20 13:50:08 +0200 |
commit | 0641e215f827c0c1d89a1bb7d1e7ecfcc89cca57 (patch) | |
tree | 9e75fce20ee98dbd44b760684097bd4420cdc843 /makefile | |
parent | a3a3563a2cecce3b8091252e37d55bf07c123f48 (diff) | |
download | chawan-0641e215f827c0c1d89a1bb7d1e7ecfcc89cca57.tar.gz |
makefile: stack trace for release0
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile index d9c34432..a8d773b9 100644 --- a/makefile +++ b/makefile @@ -16,7 +16,7 @@ release: $(OBJDIR) $(NIMC) $(FLAGS) --nimcache:$(OBJDIR)/release -d:release -d:strip -d:lto $(FILES) release0: $(OBJDIR) - $(NIMC) $(FLAGS) --nimcache:$(OBJDIR)/release -d:release $(FILES) + $(NIMC) $(FLAGS) --nimcache:$(OBJDIR)/release -d:release --stacktrace:on $(FILES) profile: $(OBJDIR) $(NIMC) $(FLAGS) --nimcache:$(OBJDIR)/profile --profiler:on --stacktrace:on -d:profile $(FILES) |