Introduction
Introduction Statistics Contact Development Disclaimer Help
pattern matching is 30% faster using -O2 - surf-adblock - Surf adblock web exte…
git clone git://git.codemadness.org/surf-adblock
Log
Files
Refs
README
LICENSE
---
commit 2b628faccbbc89cc5e6a73029b7131929e51f4fb
parent e59bcd09e0c4e97b7421be5462f07cfb0dcbc7b3
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 4 Jun 2017 18:40:54 +0200
pattern matching is 30% faster using -O2
reevaluate later
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.mk b/config.mk
@@ -22,7 +22,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${WEBEXTLIB} -lgthrea…
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -DWEBEXTDIR=\"${LIBPREFIX}\" \
-D_DEFAULT_SOURCE -DWEBEXTDIR=\"${LIBPREFIX}\"
-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} ${WEBEXTINC}
+CFLAGS = -std=c99 -pedantic -Wall -O2 ${INCS} ${CPPFLAGS} ${WEBEXTINC}
LDFLAGS = -s ${LIBS} -module -avoid-version
# compiler and linker
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.