Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
proxy-in-proxychains
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
proxy-in-proxychains
Commits
81286f92
Commit
81286f92
authored
Nov 16, 2016
by
Jérôme Poulin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CFLAGS to Makefile and make USE_SPLICE default.
parent
44e64cba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
Makefile
Makefile
+8
-5
No files found.
Makefile
View file @
81286f92
CFLAGS
=
-O2
-std
=
c99
-s
-Wall
-DUSE_SPLICE
LDFLAGS
=
all
:
gcc
-O2
-s
-o
proxy proxy.c
gcc
$(CFLAGS)
-o
proxy proxy.c
$(LDFLAGS)
tomato
:
mipsel-uclibc-gcc
-O2
-s
-o
proxy proxy.c
mipsel-uclibc-gcc
$(CFLAGS)
-o
proxy proxy.c
$(LDFLAGS)
openwrt
:
mipsel-linux-uclibc-gcc
-O2
-s
-o
proxy proxy.c
mipsel-linux-uclibc-gcc
$(CFLAGS)
-o
proxy proxy.c
$(LDFLAGS)
backfire
:
mipsel-openwrt-linux-uclibc-gcc
-O2
-s
-o
proxy proxy.c
mipsel-openwrt-linux-uclibc-gcc
$(CFLAGS)
-o
proxy proxy.c
$(LDFLAGS)
clean
:
rm
-
r
f
proxy proxy.exe
rm
-f
proxy proxy.exe
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