Changeset 307

Show
Ignore:
Timestamp:
04/08/09 17:29:16 (15 years ago)
Author:
smidl
Message:

compilation for mex

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r303 r307  
    3333        #This is for UNIX makefile which does only one release at a time. 
    3434        SET(CMAKE_BUILD_TYPE Debug) 
    35         SET(CMAKE_CXX_FLAGS "-Wall -pipe  -Wno-unknown-pragmas") 
     35        SET(CMAKE_CXX_FLAGS "-Wall -pipe  -Wno-unknown-pragmas -fPIC") 
     36        SET(CMAKE_C_FLAGS "-Wall -pipe  -Wno-unknown-pragmas -fPIC") 
    3637        SET(CMAKE_CXX_FLAGS_RELEASE " -DNDEBUG -O2") 
    3738        SET(CMAKE_CXX_FLAGS_DEBUG "-g -O0")