kopia lustrzana https://github.com/FreeSpacenav/libspnav
- fixed configure script to disregard appended "-whatever" substrings in the kernel version.
- added -fno-strict-aliasing to the makefiles git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/libspnav@95 ef983eb1-d774-4af8-acfd-baaf7b16a646pull/2/head
rodzic
ce511152e3
commit
9219db9556
|
@ -7,7 +7,7 @@ lib_so = $(soname).1
|
|||
|
||||
CC = gcc
|
||||
AR = ar
|
||||
CFLAGS = $(opt) $(dbg) -std=c89 -fpic -pedantic -Wall -Wno-strict-aliasing -g -I.
|
||||
CFLAGS = $(opt) $(dbg) -std=c89 -fpic -pedantic -Wall -fno-strict-aliasing -g -I.
|
||||
|
||||
.PHONY: all
|
||||
all: $(lib_a) $(lib_so)
|
||||
|
|
Ładowanie…
Reference in New Issue