diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ WARNINGS = -fstack-protector-strong -fpie -pedantic -Wall -Wextra # language specific options CFLAGS = -std=c11 -CXXFLAGS = -std=c++17 +CXXFLAGS = -std=c++11 # compiler defaults CC = gcc |
