Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
dcdb
dcdb
Commits
71fb3f85
Commit
71fb3f85
authored
May 31, 2019
by
Michael Ott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't make any assumptions about the dcdb folder name
parent
5468b5b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
analytics/Makefile
analytics/Makefile
+1
-1
dcdbpusher/Makefile
dcdbpusher/Makefile
+1
-1
No files found.
analytics/Makefile
View file @
71fb3f85
include
../config.mk
include
../common.mk
CXXFLAGS
=
-std
=
c++11
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
-DBOOST_NETWORK_ENABLE_HTTPS
-O2
-g
-Wall
-Wno-unused-function
-Wno-unused-local-typedefs
-Wno-deprecated-declarations
-Wno-unused-variable
-DBOOST_LOG_DYN_LINK
-I
$(DCDBBASEPATH)
/dcdb
/common/include
-I
$(DCDBDEPLOYPATH)
/include
-DVERSION
=
\"
$(VERSION)
\"
CXXFLAGS
=
-std
=
c++11
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
-DBOOST_NETWORK_ENABLE_HTTPS
-O2
-g
-Wall
-Wno-unused-function
-Wno-unused-local-typedefs
-Wno-deprecated-declarations
-Wno-unused-variable
-DBOOST_LOG_DYN_LINK
-I
..
/common/include
-I
$(DCDBDEPLOYPATH)
/include
-DVERSION
=
\"
$(VERSION)
\"
LIBS
=
-L
../lib
-L
$(DCDBDEPLOYPATH)
/lib/
-ldl
-lboost_system
-lboost_thread
-lboost_log_setup
-lboost_log
-lboost_regex
-lpthread
-rdynamic
ANALYZERS
=
aggregator
...
...
dcdbpusher/Makefile
View file @
71fb3f85
...
...
@@ -4,7 +4,7 @@ include ../common.mk
CXXFLAGS
=
-std
=
c++11
-O2
-g
-Wall
\
-Wno-unused-function
-Wno-unused-local-typedefs
-Wno-deprecated-declarations
-Wno-unused-variable
\
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
-DBOOST_LOG_DYN_LINK
-DBOOST_NETWORK_ENABLE_HTTPS
\
-I
$(DCDBBASEPATH)
/dcdb
/common/include
\
-I
..
/common/include
\
-I
$(DCDBDEPLOYPATH)
/include
\
-DVERSION
=
\"
$(VERSION)
\"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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