clang doesn't know understand this argument.
This commit is contained in:
parent
2860c0edfb
commit
dc00645e4c
1 changed files with 3 additions and 1 deletions
|
@ -34,8 +34,10 @@
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{port_env, [
|
{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
|
% for debugging use
|
||||||
% {"DRV_CFLAGS", "$DRV_CFLAGS -DMDB_DEBUG=2 -DMDB_PARANOID -DDEBUG -O0 -fPIC -Wall -Wextra -Werror"}
|
% {"DRV_CFLAGS", "$DRV_CFLAGS -DMDB_DEBUG=2 -DMDB_PARANOID -DDEBUG -O0 -fPIC -Wall -Wextra -Werror"}
|
||||||
|
|
Loading…
Reference in a new issue