-
- Downloads
Treat optimize attribute as gcc specific
Clang doesn't provide support for __attribute__((optimize ...)). There are alternatives to provide the same functionality but due to how rarely the kernel is compiled without optimisations, this can be added on demand.
Please register or sign in to comment