Skip to content

Commit

Permalink
fixing Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
snavely committed Jul 20, 2013
1 parent f14314c commit 1020352
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VocabBuildDB/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ MACHTYPE=$(shell uname -m)
GCC = g++

CC=gcc
OPTFLAGS=-g2
# OPTFLAGS=-O3
# OPTFLAGS=-g2
OPTFLAGS=-O3 -fopenmp
OTHERFLAGS=-Wall

INCLUDE_PATH=-I../lib/ann_1.1/include/ANN -I../lib/ann_1.1_char/include/ANN \
Expand Down
2 changes: 1 addition & 1 deletion VocabMatch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GCC = g++

CC=gcc
# OPTFLAGS=-g2
OPTFLAGS=-O3
OPTFLAGS=-O3 -fopenmp
OTHERFLAGS=-Wall

INCLUDE_PATH=-I../lib/ann_1.1/include/ANN -I../lib/ann_1.1_char/include/ANN \
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GCC=g++

CC=gcc
# OPTFLAGS=-g2
OPTFLAGS=-O3
OPTFLAGS=-O3 -fopenmp
OTHERFLAGS=-Wall

INCLUDE_PATH=-I../lib/ann_1.1/include/ANN -I../lib/ann_1.1_char/include/ANN \
Expand Down

0 comments on commit 1020352

Please sign in to comment.