Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
570c3a0e
Commit
570c3a0e
authored
Apr 13, 2015
by
Axel Auweter
Browse files
Enable release build.
parent
10201a6e
Changes
3
Hide whitespace changes
Inline
Side-by-side
CollectAgent/Makefile
View file @
570c3a0e
include
../config.mk
CXXFLAGS
=
-O
0
-g
--std
=
c++11
-Wall
-Wno-unused-local-typedefs
-Wno-unknown-warning-option
-fmessage-length
=
0
-I
$(DCDBDEPLOYPATH)
/include/
-I
$(DCDBBASEPATH)
/include/
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
CXXFLAGS
=
-O
2
-g
--std
=
c++11
-Wall
-Wno-unused-local-typedefs
-Wno-unknown-warning-option
-fmessage-length
=
0
-I
$(DCDBDEPLOYPATH)
/include/
-I
$(DCDBBASEPATH)
/include/
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
OBJS
=
collectagent.o
\
simplemqttserver.o
\
simplemqttserverthread.o
\
...
...
DCDBLib/Makefile
View file @
570c3a0e
include
../config.mk
# C++ Compiler Flags (use fPIC for our dynamic library)
CXXFLAGS
=
-O
0
-ggdb
-Wall
-Werror
-Wno-unused-local-typedefs
-Wno-unknown-warning-option
\
CXXFLAGS
=
-O
2
-ggdb
-Wall
-Werror
-Wno-unused-local-typedefs
-Wno-unknown-warning-option
\
-fPIC
--std
=
c++11
-I
$(DCDBDEPLOYPATH)
/include
-I
./include
-I
./include_internal
\
-I
$(DCDBBASEPATH)
/include/
-fmessage-length
=
0
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
...
...
Makefile
View file @
570c3a0e
...
...
@@ -61,9 +61,9 @@ AUTOCONF_CROSS_FLAGS = ""
SKIP_PROJECTS
=
""
endif
CFLAGS
+=
-I
$(DCDBDEPLOYPATH)
/include
-O
0
-g
CFLAGS
+=
-I
$(DCDBDEPLOYPATH)
/include
-O
2
-g
CXX11FLAGS
=
--std
=
c++11
-Wno-c99-extensions
-Wno-missing-field-initializers
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
LDFLAGS
+=
-L
$(DCDBDEPLOYPATH)
/lib
-O
0
-g
LDFLAGS
+=
-L
$(DCDBDEPLOYPATH)
/lib
-O
2
-g
.PHONY
:
info all clean cleanall distclean check-cross-compile $(LIBRARIES) $(PROJECTS)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment