zweigraf / face-landmarking-ios

👦 Basic face landmarking on iPhone with Dlib via Swift & ObjC++
481 stars 125 forks source link

Compiler + linker flags #13

Closed andreapiso closed 7 years ago

andreapiso commented 7 years ago

Hi Zweigraf, great job with the detector, it's a great example to learn how to use dlib in iOS!

I noticed I don't see any compiler or linker flags... is this intended? How do you use lapack, blas, png support etc. without any flags? Also, won't there be some flags to speed up the program by deactivating some debug assert?