diff options
| author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-06-14 22:34:33 +0000 |
|---|---|---|
| committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-06-14 22:34:33 +0000 |
| commit | 78c7bb8e26c53a4be3104410d9330a2b8e0ffd78 (patch) | |
| tree | 2ef58bcf4917a5641e7d8c75f00c44b2a71318ff | |
| parent | automatically change displayed address whenever it receives anything, (diff) | |
| download | discoin-78c7bb8e26c53a4be3104410d9330a2b8e0ffd78.tar.xz discoin-78c7bb8e26c53a4be3104410d9330a2b8e0ffd78.zip | |
revert makefile.unix from -02 back to -00 to fix compile on linux, -02 doesn't really help on linux anyway
| -rw-r--r-- | makefile.unix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.unix b/makefile.unix index e7729adca..10c4eece7 100644 --- a/makefile.unix +++ b/makefile.unix @@ -29,7 +29,7 @@ LIBS= \ WXDEFS=-D__WXGTK__ -DNOPCH
DEBUGFLAGS=-g -D__WXDEBUG__
-CFLAGS=-O2 -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(WXDEFS) $(INCLUDEPATHS)
+CFLAGS=-O0 -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(WXDEFS) $(INCLUDEPATHS)
HEADERS=headers.h strlcpy.h serialize.h uint256.h util.h key.h bignum.h base58.h \
script.h db.h net.h irc.h main.h rpc.h uibase.h ui.h init.h sha.h
|