blob: a17b198c05b88884880207ae3737103a3282daa7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2022-10-16 20:14:31 UTC
+++ Makefile
@@ -8,7 +8,7 @@ PREFIX ?= /usr/local
# Set the superiotool version string to the output of 'git describe'.
-VERSION := -D'SUPERIOTOOL_VERSION="$(shell git describe 2>/dev/null)"'
+#VERSION := -D'SUPERIOTOOL_VERSION="$(shell git describe 2>/dev/null)"'
CFLAGS += -O2 -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing \
-Werror-implicit-function-declaration -ansi -pedantic $(VERSION)
|