configure: Show how to switch to clang on Linux.
This commit is contained in:
@@ -34,3 +34,9 @@ COMMANDLINE_LIBRARY = READLINE
|
||||
|
||||
OP_SYS_CFLAGS += -g
|
||||
|
||||
# Some Linux distributions provide clang as an alternative to GCC.
|
||||
# To use clang if you have it, uncomment these three lines:
|
||||
#CC = clang
|
||||
#CCC = clang++
|
||||
#GNU_LDLIBS_YES =
|
||||
|
||||
|
||||
@@ -32,5 +32,11 @@ COMMANDLINE_LIBRARY = READLINE
|
||||
# Needs -lcurses (older versions)
|
||||
#COMMANDLINE_LIBRARY = READLINE_CURSES
|
||||
|
||||
|
||||
OP_SYS_CFLAGS += -g
|
||||
|
||||
# Some Linux distributions provide clang as an alternative to GCC.
|
||||
# To use clang if you have it, uncomment these three lines:
|
||||
#CC = clang
|
||||
#CCC = clang++
|
||||
#GNU_LDLIBS_YES =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user