diff options
Diffstat (limited to 'zap/GNUmakefile')
-rw-r--r-- | zap/GNUmakefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/zap/GNUmakefile b/zap/GNUmakefile index 473fb0c..ade3245 100644 --- a/zap/GNUmakefile +++ b/zap/GNUmakefile @@ -68,18 +68,11 @@ CFLAGS := \ -Wpadded \ -Wpedantic \ -ffreestanding \ - -fno-strict-aliasing \ -fshort-enums \ -nostdlib \ -pipe \ -std=c99 -ifeq "$(trapdiv0)" "true" -CFLAGS := \ - $(CFLAGS) \ - -Dzap_priv_trapdiv0 -endif - .PHONY: clean install purge $(LIB): $(OBJS) |