add_entrypoint_object( | |
setjmp | |
SRCS | |
setjmp.cpp | |
HDRS | |
../setjmp_impl.h | |
DEPENDS | |
libc.include.setjmp | |
COMPILE_OPTIONS | |
-O3 | |
-fomit-frame-pointer | |
) | |
add_entrypoint_object( | |
longjmp | |
SRCS | |
longjmp.cpp | |
HDRS | |
../longjmp.h | |
DEPENDS | |
libc.include.setjmp | |
COMPILE_OPTIONS | |
-O3 | |
-fomit-frame-pointer | |
) |