We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d397e commit 5a8f56fCopy full SHA for 5a8f56f
Makefile
@@ -26,7 +26,9 @@ debug: pull
26
cmake $(GENERATOR) -DCMAKE_BUILD_TYPE=Debug ${BUILD_FLAGS} ../../duckdb/CMakeLists.txt -DEXTERNAL_EXTENSION_DIRECTORIES=../../rocksdb_scanner -B. && \
27
cmake --build . --config Debug
28
29
-release: pull
+# release: pull
30
+# do not pull now that we changed a file in the duckdb folder..
31
+release:
32
mkdir -p build/release && \
33
cd build/release && \
34
cmake $(GENERATOR) -DCMAKE_BUILD_TYPE=RelWithDebInfo ${BUILD_FLAGS} ../../duckdb/CMakeLists.txt -DEXTERNAL_EXTENSION_DIRECTORIES=../../rocksdb_scanner -B. && \
0 commit comments