Skip to content

Commit 6ff41a4

Browse files
committed
optimize
1 parent 98935a5 commit 6ff41a4

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,6 +1,6 @@
11
DEPPATH=./dep
22
CXX=clang++
3-
CXXFLAGS=-g -Wall -pedantic -MT -static -Xclang -flto-visibility-public-std -I $(DEPPATH)
3+
CXXFLAGS=-g -Wall -O3 -pedantic -MT -static -Xclang -flto-visibility-public-std -I $(DEPPATH)
44

55
SRC=wiiurpxtool.cpp
66
OBJ=$(SRC:.cpp=.o)

0 commit comments

Comments
 (0)