Add compile warning
This commit is contained in:
@@ -3,6 +3,8 @@ project(Breeze C)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
|
||||
add_compile_options(-Wall -Wextra -Wpedantic -std=c11)
|
||||
|
||||
add_compile_definitions(DEBUG_MODE)
|
||||
|
||||
set(BUILD_EXAMPLES false)
|
||||
|
||||
Reference in New Issue
Block a user