Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
faiss
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
faiss
Commits
2eb8eb99
Commit
2eb8eb99
authored
Oct 27, 2017
by
Ivan Lobov
Committed by
Matthijs Douze
Oct 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix makefile.inc.Mac.brew (#232)
Accepting this 2-word PR without CLA....
parent
f2598e0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
makefile.inc.Mac.brew
example_makefiles/makefile.inc.Mac.brew
+1
-1
No files found.
example_makefiles/makefile.inc.Mac.brew
View file @
2eb8eb99
...
...
@@ -4,7 +4,7 @@
# Tested on macOS Sierra (10.12.2) with llvm installed using Homebrew (https://brew.sh)
# brew install llvm
CC
=
/usr/local/opt/llvm/bin/clang++
CFLAGS
=
-fPIC
-m64
-Wall
-g
-O3
-msse4
-mpopcnt
-fopenmp
-Wno-sign-compare
-
Dnullptr
=
NULL
-
I
/usr/local/opt/llvm/include
-std
=
c++11
CFLAGS
=
-fPIC
-m64
-Wall
-g
-O3
-msse4
-mpopcnt
-fopenmp
-Wno-sign-compare
-I
/usr/local/opt/llvm/include
-std
=
c++11
LDFLAGS
=
-g
-fPIC
-fopenmp
-L
/usr/local/opt/llvm/lib
# common mac flags
...
...
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