You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #16 from tylerburton/master
-Changed default compiler to clang.
-Added indirect_compiler.sh script to strip out "-fexec-charset=UTF-8" generated from "gnustep-config --objc-flags" before passing it to clang. Clang errors on this argument so it must be removed before invoking the compiler. There is probably a better way to do this but for now this will work.
-Cleaned up makefile.
-Documentation fixes.