You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Gabor Gyimesi (Jira)" <ji...@apache.org> on 2020/11/10 08:47:00 UTC

[jira] [Created] (MINIFICPP-1404) Add option to disable unity build of AWS lib

Gabor Gyimesi created MINIFICPP-1404:
----------------------------------------

             Summary: Add option to disable unity build of AWS lib
                 Key: MINIFICPP-1404
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1404
             Project: Apache NiFi MiNiFi C++
          Issue Type: New Feature
            Reporter: Gabor Gyimesi


AWS library is built with unity build option ON by default to make the library smaller. The library is built using a single generated cpp file, which is generated thus recompiled in every single build event. Because of this if we build iteratively (for example while developing on a local machine) we have to rebuild the library every single time even if no change has occurred. We should add an option to disable the unity build in this case.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)