hi, all
Arm Compiler 5 has a command-line option: --signed_char. What is the corresponding option in Arm Compiler 6? I can't find it in Migration and Compatibility Guide.
best regards
You can use --signed-char or -fsigned-char. Please note the comments in the documentation below.https://developer.arm.com/documentation/101754/0618/armclang-Reference/armclang-Command-line-Options/-fsigned-char---funsigned-char
than you!!
thank*