Disable clang for athstats for now.
This commit is contained in:
parent
1984dd520b
commit
21eec1f68e
@ -4,6 +4,10 @@
|
||||
|
||||
PROG= athstats
|
||||
|
||||
# Because of a clang preprocessor parser limitation causing this
|
||||
# to not compile, use gcc for now.
|
||||
CC= gcc
|
||||
|
||||
SRCS= main.c statfoo.c athstats.c opt_ah.h ah_osdep.h
|
||||
|
||||
CLEANFILES+= opt_ah.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user