Advertisement
Guest User

GCC48.bm file for GCC 4.8 TheIDE build method on FreeBSD

a guest
Sep 17th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. BUILDER = "GCC";
  2. COMPILER = "g++48";
  3. COMMON_OPTIONS = "-Wl,-rpath=/usr/local/lib/gcc48";
  4. COMMON_CPP_OPTIONS = "";
  5. COMMON_C_OPTIONS = "";
  6. COMMON_FLAGS = "";
  7. DEBUG_INFO = "0";
  8. DEBUG_BLITZ = "0";
  9. DEBUG_LINKMODE = "1";
  10. DEBUG_OPTIONS = "-O0";
  11. DEBUG_FLAGS = "";
  12. DEBUG_LINK = "";
  13. RELEASE_BLITZ = "0";
  14. RELEASE_LINKMODE = "1";
  15. RELEASE_OPTIONS = "-O2 -ffunction-sections -fdata-sections";
  16. RELEASE_SIZE_OPTIONS = "-Os -finline-limit=20 -ffunction-sections -fdata-sections";
  17. RELEASE_FLAGS = "";
  18. RELEASE_LINK = "-Wl,--gc-sections -Wl,-rpath=/usr/local/lib/gcc48";
  19. DEBUGGER = "gdb";
  20. PATH = "/usr/local/bin";
  21. INCLUDE = "/usr/local/include;/usr/local/include/freetype2;/usr/local/include/gtk-2.0;/usr/local/include/atk-1.0;/usr/local/include/cairo;/usr/local/include/gdk-pixbuf-2.0;/usr/local/include/pango-1.0;/usr/local/include/glib-2.0;/usr/local/include/libpng15;/usr/include";
  22. LIB = "/usr/local/lib;/usr/local/lib/gcc48;/usr/lib";
  23. LINKMODE_LOCK = "0";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement