diff options
author | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-08-26 01:18:10 +0000 |
---|---|---|
committer | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-08-26 01:18:10 +0000 |
commit | a1dc3d12370b90dd32b4ab263b75386d066a0312 (patch) | |
tree | d837e621693d62bf000a3e2bd26c85f33ee4c150 /configure-plugins | |
parent | 4368a22114427d06e9c9655c98c649dea2b21295 (diff) | |
download | profani-tty-a1dc3d12370b90dd32b4ab263b75386d066a0312.tar.gz |
Trim excess whitespace
Diffstat (limited to 'configure-plugins')
-rwxr-xr-x | configure-plugins | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure-plugins b/configure-plugins index af4db3d5..d0d9f98a 100755 --- a/configure-plugins +++ b/configure-plugins @@ -1,4 +1,3 @@ #!/bin/sh ./configure --enable-python-plugins --enable-c-plugins CFLAGS='-g -O0' CXXFLAGS='-g -O0' - |