Skip to content

Commit

Permalink
G-WAN compiles in C99 mode now
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric R. Schulz committed Jul 16, 2012
1 parent c338e97 commit a1f74e0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README
@@ -1,9 +1,3 @@
Sample code I have written for Global-WAN. (G-WAN)
Sample code I have written for G-WAN. (Global-WAN)

See: http://www.gwan.com

# Notes
* You must add -std=c99 to GCC's specs file for G-WAN to compile in C99 mode (http://gcc.gnu.org/onlinedocs/gcc-4.6.2/gcc/Spec-Files.html)
My cc1 line looks like this:
cc1:
%(cc1_cpu) %{profile:-p} -std=c99
See: http://www.gwan.com/

0 comments on commit a1f74e0

Please sign in to comment.