Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable use of the i386 assembly for option -O0
We don't compile in the assembly code if compiler optimisations are disabled as the number of registers used in the assembly code doesn't work with the -O0 option. Also anyone select -O0 probably doesn't want to compile in the assembly code anyway.
- Loading branch information