diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-25 06:52:38 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-25 06:52:38 +0100 |
commit | 68d06f6b826a9831f300a1c7c072076e0745d598 (patch) | |
tree | 963f14dd4c175cbfda8690e5ec91d94ea17e87ed /options.mk | |
parent | 233d7bbf37444771a90a6cad885eb40a42b21940 (diff) |
Changed 'CXXFLAGS'
Diffstat (limited to 'options.mk')
-rw-r--r-- | options.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ CC ?= cc CFLAGS = -O2 -Wall -pipe -std=c11 CXX ?= c++ -CXXFLAGS = -std=c++17 +CXXFLAGS = -O2 -Wall -pipe -std=c++17 # C preprocessor flags CPPFLAGS = -D_DEFAULT_SOURCE=1 |