diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-07-03T06·02+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-07-03T06·02+0200 |
commit | 7d6ba1dc90ec750ec64f05617c7c675807c4d456 (patch) | |
tree | 3b3befd30f3e3cd86ca6d12b1bf1c622d8113592 /Makefile | |
parent | 7e1c85c5fbf48811bb9a4969f9c32fce2a3e5fa7 (diff) | |
parent | 82b7f0e840983879a510245903ff7c917276f65d (diff) |
Merge branch 'autoconf-ubuntu-16.04-fixes' of https://github.com/nh2/nix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile index 45a3338ed21c..9ac82fda657d 100644 --- a/Makefile +++ b/Makefile @@ -19,11 +19,4 @@ GLOBAL_CXXFLAGS += -g -Wall -include config.h -include Makefile.config -OPTIMIZE = 1 - -ifeq ($(OPTIMIZE), 1) - GLOBAL_CFLAGS += -O3 - GLOBAL_CXXFLAGS += -O3 -endif - include mk/lib.mk |