We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d0cf3 commit 5e12dcdCopy full SHA for 5e12dcd
Makefile
@@ -33,7 +33,7 @@ CPPFLAGS =
33
# TODO: probably update cram code to make it compile cleanly with -Wc++-compat
34
# For testing strict C99 support add -std=c99 -D_XOPEN_SOURCE=600
35
#CFLAGS = -g -Wall -O2 -pedantic -std=c99 -D_XOPEN_SOURCE=600 -D__FUNCTION__=__func__
36
-CFLAGS = -g -Wall -O0
+CFLAGS = -g -Wall -O2
37
EXTRA_CFLAGS_PIC = -fpic
38
LDFLAGS =
39
LIBS = $(htslib_default_libs)
0 commit comments