Skip to content

Commit

Permalink
Cuts compile time in half
Browse files Browse the repository at this point in the history
  • Loading branch information
lavignes committed Dec 4, 2012
1 parent f8e1d92 commit df2d381
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ math_CFLAGS = $(AM_CFLAGS)
math_CFLAGS += -fPIC

io_SOURCES = module/io.c
io_SOURCES += $(hkl_SOURCES)
io_SOURCES += hkl_value.c hkl_string.c
io_LDFLAGS = -shared -nostartfiles
io_CFLAGS = $(AM_CFLAGS)
io_CFLAGS += -fPIC
1 change: 0 additions & 1 deletion src/module/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <assert.h>

#include "hkl_value.h"
#include "hklr_object.h"
#include "hkl_string.h"

HklValue* hklapi_open(HklList* args)
Expand Down

0 comments on commit df2d381

Please sign in to comment.