I'm building for iOS. My experience in command line building is a bit lacking. After having found conflicting instructions online, I've tried: * Specifying ?DNDEBUG as a parameter for configure-iphone * Specifying CFLAGS="-DNDEBUG" as a parameter for configure-iphone * Inserting the line "DEBUG = -DNDEBUG" into Makefile * Specifying -DNDEBUG as a parameter for Make * Specifying -DNDEBUG in XCode project under Build Settings -> GCC 4.2 - Language -> Other C Flags After each of these attempts, I still get assertions trying pjsua_conf_connect(<out of range conf port number>, 0). I'm assuming I'm missing something basic here. Help?