Created
June 15, 2013 14:49
-
-
Save tgfrerer/5788384 to your computer and use it in GitHub Desktop.
build flags for GLFW 3.0 / openFrameworks OS X 32 bit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compiled using these flags: | |
# cmake ../ -DGLFW_USE_CHDIR=0 -DGLFW_USE_MENUBAR=1 -DBUILD_SHARED_LIBS=0 -DGLFW_BUILD_EXAMPLES=0 -DGLFW_BUILD_TESTS=0 -DGLFW_BUILD_UNIVERSAL=0 -DCMAKE_OSX_ARCHITECTURES=i386 -DCMAKE_{C,CXX}_FLAGS=-m32 | |
# make -j |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment