From 1d94989a4dd88c4deef28854791025e57d8f18ba Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 30 Jul 2023 23:06:04 +0200 Subject: [PATCH] Remove big obj flag for compilers except MSVC within test cmake --- test/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index aadeda3..deca3e5 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -14,8 +14,6 @@ endif() if (MSVC) add_compile_options(/bigobj) -else () - add_compile_options(-Wa,-mbig-obj) endif () include(FetchContent)