E2543 Combination of options 'options' is not permitted (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

Eliminate the combination of options.

For example, you cannot combine the C++ compiler options -b- and -bi because -b- turns off all -b options, including -bi.