Skip to content

Commit

Permalink
🚨 Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Jan 15, 2024
1 parent dce8130 commit d002033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Lab_copy_folder("Nodes")
if(WIN32)
if(MSVC)
target_compile_options(Coollab-Properties INTERFACE /bigobj) # We use too many templates apparently so we need this flag O:)
else()
elseif(CMAKE_C_COMPILER_ID STREQUAL "GNU")
target_compile_options(Coollab-Properties INTERFACE -Wa -mbig-obj) # We use too many templates apparently so we need this flag O:)
endif()
endif()
Expand Down

0 comments on commit d002033

Please sign in to comment.