forked from pool/snobol4
b305e79261
Required by new TeXLive. OBS-URL: https://build.opensuse.org/request/show/1074788 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/snobol4?expand=0&rev=1
13 lines
437 B
Diff
13 lines
437 B
Diff
diff -up snobol4-2.3.1/configure.noopt snobol4-2.3.1/configure
|
|
--- snobol4-2.3.1/configure.noopt 2023-03-26 13:12:22.826650002 -0400
|
|
+++ snobol4-2.3.1/configure 2023-03-26 13:12:33.679794072 -0400
|
|
@@ -453,7 +453,7 @@ gcc|clang|icc)
|
|
CCVERS=-v
|
|
# was -M: -MM existed in gcc 3.4
|
|
echo 'CCM=$(CC) -MM' >> $CONFIG_M4
|
|
- OPT=-O3
|
|
+ # OPT=-O3
|
|
|
|
# on by default in clang??
|
|
echo 'ADD_CFLAGS([-Wall])' >> $CONFIG_M4
|