Skip to content

Instantly share code, notes, and snippets.

@tgfrerer
Created June 15, 2013 14:49
Show Gist options
  • Save tgfrerer/5788384 to your computer and use it in GitHub Desktop.
Save tgfrerer/5788384 to your computer and use it in GitHub Desktop.
build flags for GLFW 3.0 / openFrameworks OS X 32 bit
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