1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-03 06:11:46 +02:00

See if setting -std=c++17 for perl bindings helps

This commit is contained in:
John Ericson 2020-07-05 21:39:04 +00:00
parent a38ab99d57
commit f1c7746eb4

View file

@ -1,6 +1,6 @@
makefiles = local.mk makefiles = local.mk
GLOBAL_CXXFLAGS += -g -Wall GLOBAL_CXXFLAGS += -g -Wall -std=c++17
-include Makefile.config -include Makefile.config