Skip to content

Commit 0eedb78

Browse files
committed
Fix Makefile
1 parent 8573fc6 commit 0eedb78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ seq.o: src/seq.cc src/random.h
1717
opt.o: src/opt.cc src/random.h
1818
$(CXX) $(CXXFLAGS) -c $< \
1919
-fopt-info-vec-optimized -mavx -ffast-math \
20-
-DPAPI -I/usr/include \
21-
-fopenmp
20+
-DPAPI -I/usr/include
2221

2322
cache-info: tool/cache-info.cc
2423

0 commit comments

Comments
 (0)