mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Faster
This commit is contained in:
4
Makefile
4
Makefile
@@ -13,8 +13,8 @@ LDFLAGS=-lclBLAS
|
||||
endif
|
||||
|
||||
UNAME = $(shell uname)
|
||||
OPTS=-Ofast -flto
|
||||
#OPTS=-O3
|
||||
#OPTS=-Ofast -flto
|
||||
OPTS=-O3 -flto
|
||||
ifeq ($(UNAME), Darwin)
|
||||
COMMON+= -isystem /usr/local/Cellar/opencv/2.4.6.1/include/opencv -isystem /usr/local/Cellar/opencv/2.4.6.1/include
|
||||
ifeq ($(GPU), 1)
|
||||
|
Reference in New Issue
Block a user