Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d30b421fc5681f0652dbfb873371f97e437c2375)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d30b421fc5681f0652dbfb873371f97e437c2375)
  • Date: Wed, 28 Jun 2023 13:14:04 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

CMAKE_CONFIGURE | 1 -
ChangeLog | 1 -
FUNCTIONS | 1 -
3 files changed, 3 deletions(-)

New commits:
commit d30b421fc5681f0652dbfb873371f97e437c2375
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

Revert "cmake unity support"
it is too risky at the moment

This reverts commit d9b13b88acbbad0bedb29232593021a96b15d494.

diff --git a/CMAKE_CONFIGURE b/CMAKE_CONFIGURE
index f65fbd3..f03d7d4 100755
--- a/CMAKE_CONFIGURE
+++ b/CMAKE_CONFIGURE
@@ -3,4 +3,3 @@ config_query_list CM_BUILD_TYPE 'which build type?' Release
Debug RelWithDebIn
config_query_option CM_TESTS 'build tests?' n "-DBUILD_TESTING=1"
"-DBUILD_TESTING=0"
#fi
persistent_remove CMAKE_GEN
-config_query_option CM_UNITY "support Unity build" y
-DCMAKE_UNITY_BUILD={true,false}
diff --git a/ChangeLog b/ChangeLog
index 473dce9..2c245cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,4 @@
2023-06-28 Treeve Jelbert <treeve AT sourcemage.org>
- * FUNCTIONS CMAKE_CONFIGURE: support cmake unity build
* KDE_FUNCTIONS: tweak build options

2023-06-22 Treeve Jelbert <treeve AT sourcemage.org>
diff --git a/FUNCTIONS b/FUNCTIONS
index 9307336..849b383 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -698,7 +698,6 @@ cmake_build() {
-DCMAKE_BUILD_TYPE=$CM_BUILD_TYPE \
-DCMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-DCMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
- $CM_UNITY \
$OPTS ../ &&
cmake --build .
}



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d30b421fc5681f0652dbfb873371f97e437c2375), Treeve Jelbert, 06/28/2023

Archive powered by MHonArc 2.6.24.

Top of Page