Skip to content

Commit 3371580

Browse files
authored
Merge pull request #24 from lasanthaS/4.x
Remove g++ compile flag from makefile
2 parents 004754b + c0fffc0 commit 3371580

File tree

1 file changed

+1
-1
lines changed
  • __PySiddhiProxy/threadfix_c_code

1 file changed

+1
-1
lines changed

__PySiddhiProxy/threadfix_c_code/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# use g++ compiler
1717
CC = g++
1818

19-
CFLAGS = -shared -fPIC -c
19+
CFLAGS = -shared -fPIC
2020

2121
# define JAVA_HOME here
2222
JAVAHOME = ${JAVA_HOME}

0 commit comments

Comments
 (0)