mirror of
https://github.com/andreas-abel/nanoBench.git
synced 2025-12-15 19:10:08 +01:00
Merge pull request #20 from caizixian/master
Fix compilation error on Ubuntu 18.04
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
CC=gcc
|
||||
CFLAGS=-Wall
|
||||
CFLAGS=-Wall -fPIC
|
||||
VPATH=../common/
|
||||
|
||||
all: nanoBench
|
||||
|
||||
Reference in New Issue
Block a user