how to use -wall and -werror and compile c file in linux -
i using soekris box embedded linux assignment had compile c file using -war , -werror . can body me how can use 2 minimal flag while compiling?
add them makefile cflags.
cflags = -wall -werror
Comments
Post a Comment