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
1.4m articles
1.4m replys
5 comments
57.0k users