ebpf_prog/Makefile: removed useless LLVM_STRIP by ariel-anieli · Pull Request #1187 · evilsocket/opensnitch (original) (raw)

Skip to content

Sign in

Appearance settings

View all features

View all solutions

View all resources

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

evilsocket / opensnitch Public

Additional navigation options

Merged

gustavo-iniguez-goya

merged 1 commit into

evilsocket:masterfrom

ariel-anieli:makefile-ebpf

Sep 16, 2024

ConversationCommits (1)ChecksFiles changed

Merged

ebpf_prog/Makefile: removed useless LLVM_STRIP#1187

gustavo-iniguez-goya

merged 1 commit into

evilsocket:masterfrom

ariel-anieli:makefile-ebpf

Conversation

@ariel-anieli

@ariel-anieli ariel-anieli commented

Sep 13, 2024

Copy link Copy Markdown

LLVM_STRIP appears only once in Makefile:

grep LLVM Makefile

LLVM_STRIP ?= llvm-strip -g

@ariel-anieli

```` [ebpf_prog/Makefile: removed useless LLVM_STRIP](/evilsocket/opensnitch/pull/1187/commits/5428278ed9a22835dbd30d5ff6f36899da5f85ce "ebpf_prog/Makefile: removed useless LLVM_STRIP

LLVM_STRIP appears only once in Makefile:

$ grep LLVM Makefile
LLVM_STRIP ?= llvm-strip -g

Signed-off-by: Ariel Otilibili otilibil@eurecom.fr") ````

[5428278](/evilsocket/opensnitch/pull/1187/commits/5428278ed9a22835dbd30d5ff6f36899da5f85ce)

LLVM_STRIP appears only once in Makefile:

$ grep LLVM Makefile
LLVM_STRIP ?= llvm-strip -g

Signed-off-by: Ariel Otilibili otilibil@eurecom.fr

@gustavo-iniguez-goya gustavo-iniguez-goya merged commit 81757c6 into evilsocket:master

Sep 16, 2024

@ariel-anieli ariel-anieli deleted the makefile-ebpf branch

September 17, 2024 20:57

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

Sign up for free to join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@ariel-anieli @gustavo-iniguez-goya