Reverted OS X implementation to non-ARC
* Apparently, there were some leaks not reported as such * Support for 32 bits computer is restored * Fix memory leak in sfStringToNSString (related to #484) * Unapply context when closing the window, freeing memory The following commits are related to ARC modifications: *42f6e83dfb
*6edc4b9518
*f6c94451fb
*324d4a18e7
*0d47056132
Commitac28902b57
is the last one before the introduction of ARC.
This commit is contained in:
parent
a8ab8fb061
commit
b9f5f19f7c
15 changed files with 347 additions and 71 deletions
|
@ -64,11 +64,6 @@ macro(sfml_add_library target)
|
|||
set_target_properties(${target} PROPERTIES COMPILE_FLAGS -fvisibility=hidden)
|
||||
endif()
|
||||
|
||||
# On OS X, use Objective-C ARC
|
||||
if(SFML_OS_MACOSX)
|
||||
set_target_properties(${target} PROPERTIES COMPILE_FLAGS -fobjc-arc)
|
||||
endif()
|
||||
|
||||
# link the target to its SFML dependencies
|
||||
if(THIS_DEPENDS)
|
||||
target_link_libraries(${target} ${THIS_DEPENDS})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue