blob: 7825daa5c79940c4154741054cc1799ed1dea9fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure_cmake.sh 2025-05-08 23:56:14.000000000 +0530
+++ configure_cmake.sh 2025-05-12 09:44:37.405868752 +0530
@@ -164,6 +164,8 @@
build_type=""
[ -z "$CFLAGS" ] && [ -z "$CXXFLAGS" ] && build_type="RelWithDebInfo"
+tcm=0
+jem=0
# parse arguments
while [ $# -ne 0 ]; do
|