From 7b08a2daac50883f1084acd01fca0e12e5cf6a8c Mon Sep 17 00:00:00 2001 From: ipknHama Date: Fri, 15 Aug 2014 10:44:03 +0900 Subject: remove -pg compile flag (commited by mistake) --- examples/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 0c3d9bd..2d449e4 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -26,5 +26,5 @@ add_custom_command(OUTPUT example_chat.html ) add_custom_target(example_chat_copy ALL DEPENDS example_chat.html) -SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -pg" ) -SET( CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -g -pg" ) +#SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -pg" ) +#SET( CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -g -pg" ) -- cgit v1.2.3-54-g00ecf