From 17bd4985ee71aec69f95a07461be340b392727dc Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Tue, 20 Oct 2015 17:45:21 +0200 Subject: [PATCH] Revert accidental whitespace edit --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index c8d04fa5..7cf95fe5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -55,7 +55,7 @@ endif CC= $(DEFAULT_CC) # # Use this if you want to force a 32 bit build on a 64 bit multilib OS. -# CC= $(DEFAULT_CC) -m32 +#CC= $(DEFAULT_CC) -m32 # # Since the assembler part does NOT maintain a frame pointer, it's pointless # to slow down the C part by not omitting it. Debugging, tracebacks and