mirror of
https://github.com/eddyem/snippets_library.git
synced 2025-12-06 02:35:20 +03:00
7 lines
235 B
Plaintext
7 lines
235 B
Plaintext
cmake defines:
|
|
-DDEBUG=1 - debug mode
|
|
-DNOGETTEXT=1 - don't run xgettext
|
|
-DEXAMPLES=1 - to compile examples
|
|
-DSL_USE_OLD_TTY - use old termios instead of termios2 (you should use this flag always if library works so)
|
|
|