Reset config options to original values

This commit is contained in:
Brandon Potter
2024-09-27 11:16:55 -05:00
förälder f85c46ec0a
incheckning 56b2ed699b
2 ändrade filer med 4 tillägg och 4 borttagningar
+2 -2
Visa fil
@@ -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
Visa fil
@@ -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 .