diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-12-08 02:22:33 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-12-08 02:22:33 -0800 |
| commit | 453980d76ae0ac22dc490612fefcab9cd756950f (patch) | |
| tree | 71e928cb321291d6679451e6b390208ff36a007b /mrbgems/Makefile4gem | |
| parent | ba38dd539822e4f514ea6fadd30f706b395926f6 (diff) | |
| parent | 54ef99d8dfc18952fd647eb3012b21f54e9d0416 (diff) | |
| download | mruby-453980d76ae0ac22dc490612fefcab9cd756950f.tar.gz mruby-453980d76ae0ac22dc490612fefcab9cd756950f.zip | |
Merge pull request #598 from bovi/mrbgems-improve-for-masuidrive
mrbgems - Improvements for masuidrive's mobiruby
Diffstat (limited to 'mrbgems/Makefile4gem')
| -rw-r--r-- | mrbgems/Makefile4gem | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mrbgems/Makefile4gem b/mrbgems/Makefile4gem index 1725c5f15..df972ddbb 100644 --- a/mrbgems/Makefile4gem +++ b/mrbgems/Makefile4gem @@ -15,9 +15,6 @@ AR := ar SRC_DIR := src MRB_DIR := mrblib -INCLUDES := -I$(SRC_DIR) -I$(MRUBY_ROOT)/include -I$(MRUBY_ROOT)/src -I. -CFLAGS := $(INCLUDES) -O3 -g -Wall -Werror-implicit-function-declaration - # LIBR can be manipulated with command line arguments ifeq ($(strip $(LIBR)),) # default mruby library |
