forked from tTh/FloatImg
no more profiling
This commit is contained in:
parent
a5fac7effd
commit
2e6bff3f67
4
Makefile
4
Makefile
|
@ -3,8 +3,8 @@
|
|||
# a look to the 'build.sh' script ! #
|
||||
####################################################
|
||||
|
||||
COPT = -Wall -Wextra -fpic -g -pg -no-pie -DDEBUG_LEVEL=0
|
||||
LDOPT = libfloatimg.a -pg -lm
|
||||
COPT = -Wall -Wextra -fpic -g -no-pie -DDEBUG_LEVEL=0
|
||||
LDOPT = libfloatimg.a -g -lm
|
||||
|
||||
all: essai
|
||||
|
||||
|
|
Loading…
Reference in New Issue