fix OSX/Clang optimized builds
authorRobin Gareus <robin@gareus.org>
Tue, 10 Mar 2015 13:28:17 +0000 (14:28 +0100)
committerRobin Gareus <robin@gareus.org>
Tue, 10 Mar 2015 13:32:06 +0000 (14:32 +0100)
commit1199fe2f90d3b2b7361eff270ae3f3bd85f4af62
tree7604c044a08af14ca55c5c9951c12521083b9cbd
parente7b0e67bc8e1b546b587ffd803b81ad5e67c171a
fix OSX/Clang optimized builds

not quite sure how -fomit-frame-pointer can make a difference with 64bit
builds, but it does crash on start in
gdk_window_new -> .. -> [NSColor _controlColor] -> GetThemeImage
-> _NSAppKitThemeLock  with no other threads involved.

full backtrace: http://pastebin.com/FxsCMzSY
wscript