Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:ellzey/libevhtp into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Ellzey committed Oct 22, 2012
2 parents 60b3502 + 206d75a commit ad8979d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeModules/BaseConfig.cmake
@@ -1,6 +1,6 @@
if (CMAKE_COMPILER_IS_GNUCC)

set(RSN_BASE_C_FLAGS "-Wall -fno-strict-aliasing")
set(RSN_BASE_C_FLAGS "-Wall -fno-strict-aliasing -pedantic --std=c99")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${RSN_BASE_C_FLAGS} -DPROJECT_VERSION=\"${PROJECT_VERSION}\"")
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} ${RSN_BASE_C_FLAGS} -ggdb")
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} ${RSN_BASE_C_FLAGS}")
Expand Down

0 comments on commit ad8979d

Please sign in to comment.