SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O0")

ADD_EXECUTABLE(simple simple.c)
