If cc configuration is set to use -Werror is there a way to override -Werror flag from the terminal when using make?
-Werror
You can set flags when invoking make:
CFLAGS=-Wno-error make
2.1m questions
2.1m answers
60 comments
57.0k users