We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99edb2 commit d7daf57Copy full SHA for d7daf57
src/Makefile
@@ -246,7 +246,7 @@ $(OUTPUT_DIR)/$(BINARY): $(OBJS)
246
$(CC) $(INCLUDEDIRS) $(CPPOPT) -c -o $@ $<
247
248
mcx_mie$(OBJSUFFIX): mcx_mie.cpp
249
- $(CC) $(INCLUDEDIRS) -c -o mcx_mie$(OBJSUFFIX) $<
+ $(CC) $(INCLUDEDIRS) -g -Wall -m64 -fPIC -c -o mcx_mie$(OBJSUFFIX) $<
250
251
mcx_bench$(OBJSUFFIX): mcx_bench.c
252
$(GCC) $(INCLUDEDIRS) -c -o mcx_bench$(OBJSUFFIX) $<
0 commit comments