Open msakai opened 5 years ago
$ 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
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