diff options
author | bptato <nincsnevem662@gmail.com> | 2021-11-19 21:42:39 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-11-19 21:52:31 +0100 |
commit | 8bbff1f79920fa8175da7425f8f23ad08b97f79e (patch) | |
tree | 830abcc6918f8c96bce5538eff5384518876e378 /makefile | |
parent | 42aacf6bf1a52a8ebad902d8ee5adeef57f8822a (diff) | |
download | chawan-8bbff1f79920fa8175da7425f8f23ad08b97f79e.tar.gz |
User stylesheets and applyStylesheets optimizations
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile index 8c1e6cca..4ca1eabb 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ FLAGS = -d:ssl -o:twt FILES = src/main.nim debug: - $(NIMC) $(FLAGS) $(FILES) + $(NIMC) $(FLAGS) -d:debug $(FILES) release: $(NIMC) $(FLAGS) -d:release -d:strip -d:lto $(FILES) profile: |