Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ofTheo committed Mar 20, 2014
2 parents 3a647e6 + 48e4fb9 commit 81fa730
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -69,8 +69,11 @@ PLATFORM_REQUIRED_ADDONS =
# Note: Be sure to leave a leading space when using a += operator to add items to the list
##########################################################################################

# Link against libstdc++ to silence tr1/memory errors on latest versions of osx
PLATFORM_CFLAGS = -stdlib=libstdc++

# Warning Flags (http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html)
PLATFORM_CFLAGS = -Wall
PLATFORM_CFLAGS += -Wall

# Code Generation Option Flags (http://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html)
PLATFORM_CFLAGS += -fexceptions
Expand Down

0 comments on commit 81fa730

Please sign in to comment.