From: Stephan Mueller Date: Tue, 9 Jun 2015 02:08:49 +0000 (+0200) Subject: crypto: drbg - use pragmas for disabling optimization X-Git-Tag: omap-for-v4.2/fixes-rc1^2~164^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbb145bc0a1c03b90a96cca99dc07c33aaad2318;p=pandora-kernel.git crypto: drbg - use pragmas for disabling optimization Replace the global -O0 compiler flag from the Makefile with GCC pragmas to mark only the functions required to be compiled without optimizations. This patch also adds a comment describing the rationale for the functions chosen to be compiled without optimizations. Signed-off-by: Stephan Mueller Signed-off-by: Herbert Xu --- Reading git-diff-tree failed