--- linuxsampler/trunk/src/linuxsampler.cpp 2009/06/01 18:50:06 1908 +++ linuxsampler/trunk/src/linuxsampler.cpp 2010/01/11 21:14:14 2047 @@ -345,6 +345,9 @@ break; case 2: // --profile profile = true; + //FIXME: profiling code is currently broken! + std::cerr << "Option '--profile' is currently not supported, since the profiling code is currently broken!" << std::endl; + exit(EXIT_FAILURE); break; case 3: // --no-tune tune = false;