Skip to content

Commit

Permalink
Update C flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhesselberth committed Dec 24, 2024
1 parent a030290 commit eb811b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libBigWig/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CFLAGS = -fPIC -DNOCURL
CFLAGS = -Wall -O3 -Wsign-compare -DNOCURL -fpic

BIGWIG_OBJECTS = bwRead.o bwStats.o bwValues.o bwWrite.o io.o

Expand Down

0 comments on commit eb811b8

Please sign in to comment.