this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix debug-linux.sh

alice 343db4ce 3e83fea8

+1
+1
debug-linux.sh
··· 136 136 $STATIC_FLAG \ 137 137 -DBUILD_WITH_ALL=On \ 138 138 -DCMAKE_EXPORT_COMPILE_COMMANDS=On \ 139 + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ 139 140 .. && \ 140 141 cmake --build . --config "$BUILD_TYPE" --parallel "$THREADS"