We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_TEST=ON -DENABLE_EXAMPLE=OFF && make .. [100%] Linking CXX executable vgg16_benchmark [100%] Built target vgg16_benchmark dyld: __dyld section not supported in /Users/sakai/Menoh/build/test/menoh_test Abort trap: 6
I think this is a bug of -pg flag on macOS LLVM environment.
-pg
c.f. https://stackoverflow.com/questions/52519907/dyld-section-not-supported-after-mojave-upgrade
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think this is a bug of
-pg
flag on macOS LLVM environment.c.f. https://stackoverflow.com/questions/52519907/dyld-section-not-supported-after-mojave-upgrade
The text was updated successfully, but these errors were encountered: