diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-02-21 08:59:15 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-02-21 08:59:15 -0500 |
commit | 5f6181bb3c6ab4274a8068aaf14b278fa65e443e (patch) | |
tree | b10df50b06378e8efb869ea1998f07de100b19ea /Makefile | |
parent | e8f312f881d555e9bb92ecd245c398d7c23c33fa (diff) |
signal monitoring support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ endif # C++ specific options here (added to USE_OPT). ifeq ($(USE_CPPOPT),) - USE_CPPOPT = -std=c++17 -fno-rtti + USE_CPPOPT = -std=c++2a -fno-rtti endif # Enable this if you want the linker to remove unused code and data. @@ -25,7 +25,7 @@ endif # Linker extra options here. ifeq ($(USE_LDOPT),) - USE_LDOPT = +# USE_LDOPT = -L.,-lzig endif # Enable this if you want link time optimizations (LTO). |