diff options
Diffstat (limited to 'devel/lace/files')
-rw-r--r-- | devel/lace/files/patch-benchmarks_CMakeLists.txt | 11 | ||||
-rw-r--r-- | devel/lace/files/patch-benchmarks_queens_queens-lace.c | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/devel/lace/files/patch-benchmarks_CMakeLists.txt b/devel/lace/files/patch-benchmarks_CMakeLists.txt new file mode 100644 index 000000000000..00392a29fc02 --- /dev/null +++ b/devel/lace/files/patch-benchmarks_CMakeLists.txt @@ -0,0 +1,11 @@ +--- benchmarks/CMakeLists.txt.orig 2025-08-06 15:18:26 UTC ++++ benchmarks/CMakeLists.txt +@@ -4,7 +4,7 @@ macro(set_compilation_settings NAME) + target_compile_features(${NAME} PRIVATE c_std_11 cxx_std_11) + target_compile_options(${NAME} PRIVATE + $<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:GNU>>: +- -pipe -march=native -Wall -Wextra -Wpedantic -Wno-deprecated> ++ -pipe -Wall -Wextra -Wpedantic -Wno-deprecated> + $<$<CXX_COMPILER_ID:MSVC>: /W4> + ) + if (CMAKE_BUILD_TYPE STREQUAL "Release") diff --git a/devel/lace/files/patch-benchmarks_queens_queens-lace.c b/devel/lace/files/patch-benchmarks_queens_queens-lace.c deleted file mode 100644 index f942da62abbf..000000000000 --- a/devel/lace/files/patch-benchmarks_queens_queens-lace.c +++ /dev/null @@ -1,11 +0,0 @@ ---- benchmarks/queens/queens-lace.c.orig 2025-05-23 10:53:37 UTC -+++ benchmarks/queens/queens-lace.c -@@ -73,7 +73,7 @@ int main(int argc, char *argv[]) - int workers = 1; - int dqsize = 100000; - -- char c; -+ signed char c; - while ((c=getopt(argc, argv, "w:q:h")) != -1) { - switch (c) { - case 'w': |