Changes between Version 5 and Version 6 of Develop/Compiling


Ignore:
Timestamp:
Nov 27, 2018, 3:07:11 PM (5 years ago)
Author:
Thomas Bernard
Comment:

add details about OSX_STATIC

Legend:

Unmodified
Added
Removed
Modified
  • Develop/Compiling

    v5 v6  
    4949CC=clang API=sdl2 make -j3
    5050CC=clang API=sdl2 make ziprelease
     51}}}
     52
     53By default, non system libraries are statically linked. If static libraries are not available, you can set the OSX_STATIC variable to 0 :
     54{{{
     55OSX_STATIC=0 CC=clang API=sdl2 make -j3
    5156}}}
    5257