diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-31 22:01:20 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-31 22:01:20 +0200 |
commit | 1944a636afaf7fd41f8d1d29b0e1b813cbde25a4 (patch) | |
tree | dbbfbef63c2ef4c5c015411a27045a0345767023 /README_d/README.zLinux | |
parent | 7a985e9734fe4517c92c86bc45cfea20129aa482 (diff) | |
parent | a4d313ca20a63d28b7a2020e6897f4e3e04dae6e (diff) | |
download | egawk-1944a636afaf7fd41f8d1d29b0e1b813cbde25a4.tar.gz egawk-1944a636afaf7fd41f8d1d29b0e1b813cbde25a4.tar.bz2 egawk-1944a636afaf7fd41f8d1d29b0e1b813cbde25a4.zip |
Merge branch 'master' into feature/typed-regex
Diffstat (limited to 'README_d/README.zLinux')
-rw-r--r-- | README_d/README.zLinux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README_d/README.zLinux b/README_d/README.zLinux index 2ff18fff..e9dbcb60 100644 --- a/README_d/README.zLinux +++ b/README_d/README.zLinux @@ -6,7 +6,7 @@ before compiling: 1. Run configure. 2. Edit the top-level Makefile and extension/Makefile and change -O2 to -O1. -3. Run `make && make' check as usual. +3. Run `make && make check' as usual. If you don't change the optimization level, the testext test will fail. |