diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-06 01:43:25 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-06 01:43:25 +0000 |
commit | b536cddde8a421788543a8290b944c6271e63b3f (patch) | |
tree | a20cdf7b910b45271ed61f41f9f7fcc92ab402f6 /cpp/sdo/samples | |
parent | 30e4f86386d9cc642952228105f023bef2fc1cd8 (diff) |
Moved configuration of CXXFLAGS compile options to configure.ac script to make them consistent across the project. Increased warning level and enabled support for debug and profiling.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811742 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/sdo/samples')
-rw-r--r-- | cpp/sdo/samples/misc/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/sdo/samples/misc/Makefile.am b/cpp/sdo/samples/misc/Makefile.am index 7ebcc44c59..c1cd5cde65 100644 --- a/cpp/sdo/samples/misc/Makefile.am +++ b/cpp/sdo/samples/misc/Makefile.am @@ -23,7 +23,6 @@ prgbin_SCRIPTS = EXTRA_DIST = *.xsd *.xml deploy_DATA = *.xsd *.xml -AM_CPPFLAGS = $(CPPFLAGS) sdo_misc_SOURCES = samples.cpp \ ChangeSummarySave.cpp \ ObjectCreation.cpp \ |