Reset config options to original values

This commit is contained in:
Brandon Potter
2024-09-27 11:16:55 -05:00
parent f85c46ec0a
commit 56b2ed699b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ cmake \
-DUSE_IPC=ON \
-DUSE_THREADS=ON \
-DUSE_WF_COAL=OFF \
-DUSE_COHERENT_HEAP=ON \
-DUSE_COHERENT_HEAP=OFF \
$src_path
cmake --build . --parallel 8
#cmake --install .
cmake --install .
+2 -2
View File
@@ -18,10 +18,10 @@ cmake \
-DPROFILE=OFF \
-DUSE_GPU_IB=OFF \
-DUSE_DC=OFF \
-DUSE_IPC=ON \
-DUSE_IPC=OFF \
-DUSE_THREADS=ON \
-DUSE_WF_COAL=OFF \
-DUSE_COHERENT_HEAP=ON \
-DUSE_COHERENT_HEAP=OFF \
$src_path
cmake --build . --parallel 8
cmake --install .