Skip to content
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

Minimal changes that are needed to at least get the code to compile #4

Merged
merged 4 commits into from
Mar 2, 2019

Conversation

lemire
Copy link
Contributor

@lemire lemire commented Mar 2, 2019

It is unclear how this can compile without at least the flags -march=native -std=c++17.

The hardcoded "~/Projects/simdjson/build/libsimdjson.0.0.1.dylib" is mysterious.

I also added a few additional instructions for people who would like to reproduce the benchmark.

Please consider merging at least partially this PR.

@luizperes
Copy link
Owner

Hi @lemire, thank you for removing that hardcoded piece from the binding.gyp file. I compiled the library locally and used a stub initial version of a node binding in the very beginning and completely forgot to make it properly later. This and the missing -std=c++17 flag could also be part of the reason why it wasn't working for windows on bug #1 .

Thank you for double-checking my code, I really appreciate it!

@luizperes luizperes merged commit 2e1a6e3 into luizperes:master Mar 2, 2019
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