This commit is a response to Genode's increased default warning level. See the corresponding issue at: https://github.com/genodelabs/genode/issues/465
6 lines
173 B
Makefile
6 lines
173 B
Makefile
TARGET = test-libpq_create
|
|
SRC_CC = main.cc
|
|
LIBS += base stdcxx libc-net lwip libc_lwip libc_lwip_nic_dhcp libc_lwip_loopback libc libpq config_args
|
|
|
|
CC_CXX_WARN_STRICT =
|