You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows libVelox to not depend on GFlags and simplifies the dynamic library build.
Current issue gflags(static -> linked into folly(static) -> linked intod velox(shared) -> linked to tests(shared) -> test also links to gflags (static) is reported here #10732 (comment)
Velox applications and other components such as tools, tests, examples can continue to use GFlags.
The text was updated successfully, but these errors were encountered:
majetideepak
changed the title
Remove usage of GFlags from libvelox and use a Singleton Config object instead
Remove usage of GFlags from libvelox and use a global singleton config object instead
Dec 3, 2024
Description
This allows libVelox to not depend on GFlags and simplifies the dynamic library build.
Current issue
gflags(static -> linked into folly(static) -> linked intod velox(shared) -> linked to tests(shared) -> test also links to gflags (static)
is reported here#10732 (comment)
Velox applications and other components such as tools, tests, examples can continue to use GFlags.
The text was updated successfully, but these errors were encountered: