Added -O0 to CCOPTIONS. Without it, ascd coredumps when run
with no theme specified. Reported by: marcel
This commit is contained in:
parent
e26474e178
commit
a2696528c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21943
1 changed files with 8 additions and 4 deletions
|
@ -1,7 +1,11 @@
|
|||
--- Imakefile.orig Sun Aug 8 21:25:29 1999
|
||||
+++ Imakefile Sun Aug 8 21:25:53 1999
|
||||
@@ -9,7 +9,7 @@
|
||||
CCOPTIONS = $(MOREFLAGS)
|
||||
--- Imakefile.orig Sun Sep 5 09:24:23 1999
|
||||
+++ Imakefile Sat Sep 25 23:52:18 1999
|
||||
@@ -6,10 +6,10 @@
|
||||
MANDIR = CMANDIR
|
||||
THEMESDIR = CTHDIR
|
||||
MOREFLAGS = -I/usr/local/include -I/usr/X11R6/include -I.
|
||||
-CCOPTIONS = $(MOREFLAGS)
|
||||
+CCOPTIONS = -O0 $(MOREFLAGS)
|
||||
SYS_LIBRARIES = $(XLIB) -lXpm
|
||||
|
||||
-LOCAL_LIBRARIES = -L../libworkman -lworkman -L/usr/local/lib
|
||||
|
|
Loading…
Reference in a new issue