Skip to content

Instantly share code, notes, and snippets.

@andythenorth
Created August 8, 2018 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andythenorth/d6fbfea85b53d059d69b59edd0e915a1 to your computer and use it in GitHub Desktop.
Save andythenorth/d6fbfea85b53d059d69b59edd0e915a1 to your computer and use it in GitHub Desktop.
g++ -O2 -fomit-frame-pointer -fno-strict-aliasing -Wall -W -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-multichar -Wno-self-assign -Wno-parentheses -Wno-sign-compare -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -DWITH_LZMA -I/usr/local/Cellar/xz/5.2.4/include -DWITH_LZO -D_SQ64 -IOpenTTD.andythenorth/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/local/Cellar/libpng/1.6.35/include/libpng16 -DWITH_FREETYPE -I/usr/local/opt/freetype/include/freetype2 -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\"Documents/OpenTTD\" -DWITH_SHARED_DIR -DSHARED_DIR=\"/Library/Application\ Support/OpenTTD\" -DGLOBAL_DATA_DIR=\"/usr/local/share/games/openttd\" -I OpenTTD.andythenorth/objs/release -I OpenTTD.andythenorth/objs/lang -I OpenTTD.andythenorth/objs/setting -c -o engine.o OpenTTD.andythenorth/src/engine.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment