5 lines
149 B
CMake
5 lines
149 B
CMake
# Define compiler flags
|
|
|
|
#ADD_DEFINITIONS( -Wall -W -Werror -pedantic )
|
|
ADD_DEFINITIONS( -std=c99 -Wall -Wextra -W -pedantic -Wno-unused-parameter )
|