
#SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O0 -mno-sse")
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O0")

ADD_EXECUTABLE(sample sample.c)
