What is [--fpermissive] in c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is [--fpermissive] in c++?

14th Jun 2016, 6:11 AM
Dracula
Dracula - avatar
2 Answers
0
"--fpermissive" is a compiler switch for g++ and clang++ which turns some compiler errors into warnings. If you can avoid using it at almost any cost, avoid it since compiler checks often times prevent nonsense or or otherwise problematic binary code.
15th Jun 2016, 6:14 PM
Stefan
Stefan - avatar
- 6
hello guys
14th Jun 2016, 6:22 AM
Omid Khan
Omid Khan - avatar