We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98935a5 commit 6ff41a4Copy full SHA for 6ff41a4
Makefile
@@ -1,6 +1,6 @@
1
DEPPATH=./dep
2
CXX=clang++
3
-CXXFLAGS=-g -Wall -pedantic -MT -static -Xclang -flto-visibility-public-std -I $(DEPPATH)
+CXXFLAGS=-g -Wall -O3 -pedantic -MT -static -Xclang -flto-visibility-public-std -I $(DEPPATH)
4
5
SRC=wiiurpxtool.cpp
6
OBJ=$(SRC:.cpp=.o)
0 commit comments