Skip to content

Commit c5de3f5

Browse files
authored
Merge pull request #2124 from nschonni/patch-6
typo: alows -> allows
2 parents 4d939b4 + 740cb5f commit c5de3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cross-platform/clang-android-prop-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Enable C++ Exceptions | Specifies the model of exception handling to be used by
6262
Enable Function-Level Linking | Allows the compiler to package individual functions in the form of packaged functions (COMDATs). Required for edit and continue to work. (ffunction-sections).
6363
Enable Data-Level Linking | Enables linker optimizations to remove unused data by emitting each data item in a separate section.
6464
Enable Advanced SIMD(Neon) | Enables code generation for NEON floating point hardware. This is applicable for arm architecture only.
65-
Floating-point ABI | Selection option to choose the floating point ABI. | **Soft** - 'Soft' causes compiler to generate output containing library calls for floating-point operations.<br>**SoftFP** - 'SoftFP' allows the generation of code using hardware floating-point instructions, but still uses the soft-float calling conventions.<br>**Hard** - 'Hard' alows generation of floating-point instructions and uses FPU-specific calling conventions.<br>
65+
Floating-point ABI | Selection option to choose the floating point ABI. | **Soft** - 'Soft' causes compiler to generate output containing library calls for floating-point operations.<br>**SoftFP** - 'SoftFP' allows the generation of code using hardware floating-point instructions, but still uses the soft-float calling conventions.<br>**Hard** - 'Hard' allows generation of floating-point instructions and uses FPU-specific calling conventions.<br>
6666
Security Check | The Security Check helps detect stack-buffer over-runs, a common attempted attack upon a program's security. (fstack-protector). | **Disable Security Check** - Disable Security Check.<br>**Enable Security Check** - Enable Security Check. (fstack-protector)<br>
6767
Position Independent Code | Generate Position Independent Code (PIC) for use in a shared library.
6868
Use Short Enums | Enum type uses only as many bytes required by input set of possible values.

0 commit comments

Comments
 (0)