fb39ca4 / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

Do not build with non debug cflags #112

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to write a port for picoc for freebsd without modification it works 
great thanks for that :)

Problems comes when I try to change the cflags if I let the ports infrastucture 
puts it's cflags it fails:

picoc.h:395: error: expected declaration specifiers or '...' before 'va_list'

Tje default CFLAGS on FreeBSD ports are: -O2 -pipe -fno-strict-aliasing

my gcc is:
Using built-in specs.
Target: amd64-undermydesk-freebsd
Configured with: FreeBSD/amd64 system compiler
Thread model: posix
gcc version 4.2.1 20070719  [FreeBSD]

Original issue reported on code.google.com by baptiste...@gmail.com on 3 Sep 2010 at 12:13

GoogleCodeExporter commented 8 years ago
Forget it my mistake sorry it works great

Original comment by baptiste...@gmail.com on 3 Sep 2010 at 12:35

GoogleCodeExporter commented 8 years ago
No problem. Thanks for reporting the issue anyway.

Original comment by zik.sale...@gmail.com on 3 Sep 2010 at 1:06