Is there a way to reduce the file size of the compiled GSL library?
Could I just compile some of the sub-libs?
Is there a way to reduce the file size of the compiled GSL library?
Could I just compile some of the sub-libs?
I can think of these ways in which you can get around this -
-s and -Os flag while compiling(using GCC) or use strip --strip-all