Skip to content

Commit

Permalink
Enabling the '-Wextra' flag, in order to catch more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Jul 26, 2015
1 parent 6d370ba commit dc858f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ project (ansilove C)
find_library(LIB_GD NAMES gd REQUIRED)
include_directories(/usr/local/include)

add_definitions(-Wall -std=c99 -pedantic)
add_definitions(-Wall -Wextra -std=c99 -pedantic)

add_executable(ansilove src/main.c src/albinfonts.c src/ansilove.c src/explode.c src/filesize.c src/strtolower.c src/substr.c)

Expand Down

0 comments on commit dc858f2

Please sign in to comment.