Skip to content

Commit 5e12dcd

Browse files
committed
Remove -O0 change
1 parent 97d0cf3 commit 5e12dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ CPPFLAGS =
3333
# TODO: probably update cram code to make it compile cleanly with -Wc++-compat
3434
# For testing strict C99 support add -std=c99 -D_XOPEN_SOURCE=600
3535
#CFLAGS = -g -Wall -O2 -pedantic -std=c99 -D_XOPEN_SOURCE=600 -D__FUNCTION__=__func__
36-
CFLAGS = -g -Wall -O0
36+
CFLAGS = -g -Wall -O2
3737
EXTRA_CFLAGS_PIC = -fpic
3838
LDFLAGS =
3939
LIBS = $(htslib_default_libs)

0 commit comments

Comments
 (0)