Hi Guys,
I am trying to create a perl embed application which expose WWW::Mechanize
into my Cython extension project.
I compile and link my extension using:
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat
-W
On 07/23/2015 11:13 AM, Bright Dadson wrote:
Hi Guys,
I am trying to create a perl embed application which expose
WWW::Mechanize into my Cython extension project.
I compile and link my extension using:
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -g -fstack-