mirror of
https://git.busybox.net/uClibc++
synced 2026-01-07 22:51:34 +08:00
7 lines
291 B
Plaintext
7 lines
291 B
Plaintext
A few notes:
|
|
|
|
- If you are looking to statically compile an application, you must compile it
|
|
without the use of either rtti or exceptions. The library should be compiled
|
|
likewise. Since the application will be statically compiled, you may run a
|
|
dynamic library with exception support.
|