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: [email protected]
For additional commands, e-mail: [email protected]