Skip to content

Commit

Permalink
Parallelize unity build
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Aug 3, 2018
1 parent 8f718c4 commit 4dddde2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FairMQTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Set(configure_options "${configure_options};-DCMAKE_PREFIX_PATH=$ENV{SIMPATH}")
Set(configure_options "${configure_options};-DBUILD_NANOMSG_TRANSPORT=ON")
Set(configure_options "${configure_options};-DBUILD_DDS_PLUGIN=ON")
Set(configure_options "${configure_options};-DFAST_BUILD=ON")
Set(configure_options "${configure_options};-DCOTIRE_MAXIMUM_NUMBER_OF_UNITY_INCLUDES=-j$ENV{number_of_processors}")

Set(EXTRA_FLAGS $ENV{EXTRA_FLAGS})
If(EXTRA_FLAGS)
Expand Down

0 comments on commit 4dddde2

Please sign in to comment.