Skip to content

Commit 32b9aa7

Browse files
author
Carl Joslin
committed
Fix master run warning about missing command line arg
1 parent 41c3fdf commit 32b9aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ L1_arrays_as_data/E-01.sac:
1717
#
1818
# General Setup:
1919
#
20-
SAC2CFLAGS = -check ctb -v1 -O3
20+
SAC2CFLAGS = -check ctb -v1 -O3 -ecc
2121

2222
ifdef EXCLUDE_ERRORS
2323
SAC2CFLAGS += -DEXCLUDE_ERRORS

0 commit comments

Comments
 (0)