Skip to content

Instantly share code, notes, and snippets.

@jaydorsey
Created August 12, 2022 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaydorsey/fbd6d569b702ce9fbe10c806fefe2eb3 to your computer and use it in GitHub Desktop.
Save jaydorsey/fbd6d569b702ce9fbe10c806fefe2eb3 to your computer and use it in GitHub Desktop.
Examples of gem/bundle install w/ cflags
# these are examples; maybe not the right flags
gem install ffi -v '1.12.2' -- -- with-cflags="-Wno-error=implicit-function-declaration"
bundle config build.ffi --with-cflags=\"-Wno-error=implicit-function-declaration\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment