Skip to content

Commit 6bc213a

Browse files
committed
Changed makefile to make an optimized version instead of debug
1 parent fae5f67 commit 6bc213a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CXX=g++
2-
CXXFLAGS=-W -Wall -ansi -pedantic -g -Wno-deprecated
2+
CXXFLAGS=-W -Wall -ansi -pedantic -O3 -Wno-deprecated
33
LDFLAGS=-lexpat -lbz2 -lpq -lboost_program_options -lboost_filesystem
44
EXEC=osm4routing
55

0 commit comments

Comments
 (0)