clang doesn't know understand this argument.

This commit is contained in:
Gregory Burd 2013-09-27 10:29:48 -04:00
parent 2860c0edfb
commit dc00645e4c

View file

@ -34,8 +34,10 @@
]}.
{port_env, [
{"DRV_CFLAGS", "$DRV_CFLAGS -O3 -fPIC -march=native -mtune=native -Wall -Wextra -Werror -ftrack-macro-expansion=2"}
{"DRV_CFLAGS", "$DRV_CFLAGS -O3 -fPIC -march=native -mtune=native -Wall -Wextra -Werror"}
]}.
% useful when compiling with GCC
% -ftrack-macro-expansion=2
% for debugging use
% {"DRV_CFLAGS", "$DRV_CFLAGS -DMDB_DEBUG=2 -DMDB_PARANOID -DDEBUG -O0 -fPIC -Wall -Wextra -Werror"}