This commit is contained in:
Thomas von Dein
2020-02-17 19:44:38 +01:00
parent 9ef5896d67
commit d3d9e8a85e

View File

@@ -38,7 +38,7 @@ AVRDUDE_CONF = /usr/local/etc/avrdude.conf
# compiler stuff # compiler stuff
CFLAGS_STD = -std=gnu11 CFLAGS_STD = -std=gnu11
CXXFLAGS_STD = -std=gnu++11 CXXFLAGS_STD = -std=gnu++11
CXXFLAGS += -pedantic -Wall -Wextra CXXFLAGS + = -pedantic -Wall -Wextra
CURRENT_DIR = $(shell pwd) CURRENT_DIR = $(shell pwd)
# keep this! # keep this!