aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-08-15 10:44:03 +0900
committeripknHama <ipknhama@gmail.com>2014-08-15 10:44:03 +0900
commit7b08a2daac50883f1084acd01fca0e12e5cf6a8c (patch)
treef1b08f180d1fcbb4a8f6e62d93902eb0c1120208 /examples
parentb70a190077638182096630f255925582f6f422f3 (diff)
downloadcrow-7b08a2daac50883f1084acd01fca0e12e5cf6a8c.tar.gz
crow-7b08a2daac50883f1084acd01fca0e12e5cf6a8c.zip
remove -pg compile flag (commited by mistake)
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt4
1 files 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" )