You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2012/11/05 19:03:03 UTC

svn commit: r1405897 - /qpid/proton/branches/kgiusti-msvc2010/proton-c/CMakeLists.txt

Author: kgiusti
Date: Mon Nov  5 18:03:02 2012
New Revision: 1405897

URL: http://svn.apache.org/viewvc?rev=1405897&view=rev
Log:
NO-JIRA: merge in latest flags.

Modified:
    qpid/proton/branches/kgiusti-msvc2010/proton-c/CMakeLists.txt

Modified: qpid/proton/branches/kgiusti-msvc2010/proton-c/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/proton/branches/kgiusti-msvc2010/proton-c/CMakeLists.txt?rev=1405897&r1=1405896&r2=1405897&view=diff
==============================================================================
--- qpid/proton/branches/kgiusti-msvc2010/proton-c/CMakeLists.txt (original)
+++ qpid/proton/branches/kgiusti-msvc2010/proton-c/CMakeLists.txt Mon Nov  5 18:03:02 2012
@@ -108,12 +108,11 @@ add_subdirectory(examples/messenger/c)
 # in lieu of doing this set the library name directly.
 set (UUID_LIB uuid)
 
-set (COMPILE_WARNING_FLAGS "-Wall -Werror -pedantic-errors")
-set (COMPILE_LANGUAGE_FLAGS "-std=c99")
-set (COMPILE_PLATFORM_FLAGS "-std=gnu99")
 # Set any additional platform specific C compiler flags
 if (CMAKE_COMPILER_IS_GNUCC)
-   set (PN_EXTRA_C_FLAGS "-Wall -Werror -pedantic-errors -std=c99 -g -fPIC")
+   set (COMPILE_WARNING_FLAGS "-Wall -Werror -pedantic-errors")
+   set (COMPILE_LANGUAGE_FLAGS "-std=c99")
+   set (COMPILE_PLATFORM_FLAGS "-std=gnu99")
 endif (CMAKE_COMPILER_IS_GNUCC)
 
 set (qpid-proton-platform



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org