Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
947b4631
Commit
947b4631
authored
Sep 02, 2009
by
Martin Sustrik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
building C perf tests with --disable-shared fixed
parent
5e08a89d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile.am
perf/c/Makefile.am
+4
-4
No files found.
perf/c/Makefile.am
View file @
947b4631
...
...
@@ -2,19 +2,19 @@ INCLUDES = -I$(top_builddir)/include
bin_PROGRAMS
=
local_lat remote_lat local_thr remote_thr
local_lat_LDADD
=
$(top_builddir)
/src/libzmq.la
local_lat_LDADD
=
$(top_builddir)
/src/libzmq.la
-lstdc
++
local_lat_SOURCES
=
local_lat.c
local_lat_CXXFLAGS
=
-Wall
-pedantic
-Werror
remote_lat_LDADD
=
$(top_builddir)
/src/libzmq.la
remote_lat_LDADD
=
$(top_builddir)
/src/libzmq.la
-lstdc
++
remote_lat_SOURCES
=
remote_lat.c
remote_lat_CXXFLAGS
=
-Wall
-pedantic
-Werror
local_thr_LDADD
=
$(top_builddir)
/src/libzmq.la
local_thr_LDADD
=
$(top_builddir)
/src/libzmq.la
-lstdc
++
local_thr_SOURCES
=
local_thr.c
local_thr_CXXFLAGS
=
-Wall
-pedantic
-Werror
remote_thr_LDADD
=
$(top_builddir)
/src/libzmq.la
remote_thr_LDADD
=
$(top_builddir)
/src/libzmq.la
-lstdc
++
remote_thr_SOURCES
=
remote_thr.c
remote_thr_CXXFLAGS
=
-Wall
-pedantic
-Werror
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