Changes: Removing static linking from testapps fala_gettime and fala_gettime_ms

RevBy: Antti Kervinen
pull/1/head
Nimika Keshri 15 years ago
parent 232a4d0221
commit 92fceb00d2

@ -3,8 +3,8 @@ set(SRC fala_gettime.c)
set(CMAKE_C_FLAGS "-W -Wall -O3") set(CMAKE_C_FLAGS "-W -Wall -O3")
# Link statically to minimize startup time. # Link statically not supported in meego.
set(CMAKE_EXE_LINKER_FLAGS "-static") #set(CMAKE_EXE_LINKER_FLAGS "-static")
add_executable(fala_gettime ${SRC}) add_executable(fala_gettime ${SRC})

@ -3,8 +3,8 @@ set(SRC fala_gettime_ms.c)
set(CMAKE_C_FLAGS "-W -Wall -O3") set(CMAKE_C_FLAGS "-W -Wall -O3")
# Link statically to minimize startup time. # Link statically not supported in meego
set(CMAKE_EXE_LINKER_FLAGS "-static") #set(CMAKE_EXE_LINKER_FLAGS "-static")
add_executable(fala_gettime_ms ${SRC}) add_executable(fala_gettime_ms ${SRC})

Loading…
Cancel
Save