File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Linking TUs which have been compiled with different flags affecting code gen
9292There are a lot of compiler (and library) flags which change the code generated for functions. This includes flags like
9393``-O1 ``, which are guaranteed by the compiler to not change the observable behaviour of a correct program, as well as
9494flags like ``-fexceptions ``, which **do ** change the observable behaviour. libc++ allows linking of TUs which have been
95- compiled whith specific flags only and makes no guarantees for any of the flags not listed below.
95+ compiled with specific flags only and makes no guarantees for any of the flags not listed below.
9696
9797The flags allowed (in any combination) are:
9898- ``-f[no-]exceptions ``
You can’t perform that action at this time.
0 commit comments