Unverified Commit f87349b6 authored by Matthijs Douze's avatar Matthijs Douze Committed by GitHub

remove redundant flag

parent abe2b0fd
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
CC=gcc CC=gcc
CXX=g++ CXX=g++
CFLAGS=-fPIC -m64 -Wall -g -O3 -mavx -msse4 -mpopcnt -fopenmp -Wno-sign-compare -fopenmp CFLAGS=-fPIC -m64 -Wall -g -O3 -mavx -msse4 -mpopcnt -fopenmp -Wno-sign-compare
CXXFLAGS=$(CFLAGS) -std=c++11 CXXFLAGS=$(CFLAGS) -std=c++11
LDFLAGS=-g -fPIC -fopenmp LDFLAGS=-g -fPIC -fopenmp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment