Commit 21a98b05 authored by Chris Toshok's avatar Chris Toshok

s/DBG/RELEASE/ for cmake release build

parent 1199a6b2
......@@ -782,7 +782,7 @@ $(CMAKE_SETUP_DBG):
$(CMAKE_SETUP_RELEASE):
@$(MAKE) cmake_check
@mkdir -p $(CMAKE_DIR_RELEASE)
cd $(CMAKE_DIR_DBG); CC='clang' CXX='clang++' cmake -GNinja $(HOME)/pyston -DCMAKE_BUILD_TYPE=Release
cd $(CMAKE_DIR_RELEASE); CC='clang' CXX='clang++' cmake -GNinja $(HOME)/pyston -DCMAKE_BUILD_TYPE=Release
.PHONY: pyston_dbg pyston_release
pyston_dbg: $(CMAKE_SETUP_DBG)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment