Skip to content

Ability to use dynamic linking during development #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

emasab
Copy link
Contributor

@emasab emasab commented Dec 11, 2023

or for using latest security fixes with linux packages

@emasab emasab requested a review from a team as a code owner December 11, 2023 11:45
@emasab emasab force-pushed the feature/dev-dynamic-build branch from 888f6cb to a04ddd0 Compare December 11, 2023 11:48
@@ -26,7 +26,7 @@
"librdkafka/config.h",
],
"action": [
"make", "-C", "librdkafka", "libs", "install"
"make", "-j5", "-C", "librdkafka", "libs", "install"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this for for developer local work, we can just use -j without a number

Suggested change
"make", "-j5", "-C", "librdkafka", "libs", "install"
"make", "-j", "-C", "librdkafka", "libs", "install"

@milindl milindl merged commit af5b907 into master Dec 12, 2023
@milindl milindl deleted the feature/dev-dynamic-build branch December 12, 2023 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy