Add -O3 to compile flags
This commit is contained in:
parent
0c07437ef2
commit
feada0b31c
2
compile
2
compile
@ -12,7 +12,7 @@ SRC="\
|
|||||||
dstr/src/*.c \
|
dstr/src/*.c \
|
||||||
mem/src/*/*.c \
|
mem/src/*/*.c \
|
||||||
"
|
"
|
||||||
CFLAGS="-shared -fPIC -Wall -Werror -pedantic"
|
CFLAGS="-O3 -shared -fPIC -Wall -Werror -pedantic"
|
||||||
OUT="libwapp.so"
|
OUT="libwapp.so"
|
||||||
|
|
||||||
(set -x ; $CC $CFLAGS $INCLUDE $SRC -o $OUT)
|
(set -x ; $CC $CFLAGS $INCLUDE $SRC -o $OUT)
|
||||||
|
Loading…
Reference in New Issue
Block a user