summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d42d768b..fc3cb5cf 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,10 @@ build:
 	@cmake -H. -Bbuild
 	@make -C build
 
+release:
+	@cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
+	@make -C build
+
 clean:
 	rm -rf build