Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 authored May 31, 2017
1 parent 6c1c66f commit 8d8118b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set(libs
event
json-c)

ADD_DEFINITIONS(-Wall -g --std=gnu99 -Wmissing-declarations)
ADD_DEFINITIONS(-Wall -O2 --std=gnu99 -Wmissing-declarations)

if(DEFINED BUILD_STATIC_LINK)
set(link_flag -static)
Expand Down

0 comments on commit 8d8118b

Please sign in to comment.