Use LDLIBS and CXXFLAGS environment variables in PyMongoArrow builds

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      As per the GNU Make docs:

      • Linker arguments to be passed to -L can be set via LDFLAGS and those passed to -l can be set via LDLIBS. Currently, we only set LDFLAGS during the extension build.
      • Extra args to the C++ compiler are set via the CXXFLAGS variable. Currently, we only set CFLAGS which only affects how the libbson wrapper/bindings are compiled but doesn't affect compilation of pymongoarrow.lib which is a C++ extension.

            Assignee:
            Unassigned
            Reporter:
            Prashant Mital (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: