Skip to content

Commit f9a2466

Browse files
authoredJan 17, 2020
Remove flags in old format
1 parent 54c347e commit f9a2466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Make.rules.Linux

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
SO_EXT=so
2-
SO_CFLAGS=-fPIC -O -Wno-error=unused-result -Wno-error=deprecated-declarations
2+
SO_CFLAGS=-fPIC -O
33
SO_LDFLAGS=-shared -fPIC -Wl,-soname,$(SO_NAME)

0 commit comments

Comments
 (0)
Please sign in to comment.