Skip to content
Snippets Groups Projects
Commit f9c18f69 authored by Mike Collins's avatar Mike Collins
Browse files

Minor edits to Makefile

parent d48fa76f
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,9 @@
#COMPILER = clang
#COMPILER = gcc
COMPILER = cc
#CCFLAGS = -g -DLE -m32 -I/usr/include -I../include
#CCFLAGS = -m32 -Wall -Wextra -Wdouble-promotion -Wnonnull -Wnull-dereference -Winit-self -Wimplicit-fallthrough=4 -Wunused-function -Wunused-label -Wunused -Wuninitialized -Wstringop-overflow -Walloca -I/usr/include -I../include
#CCFLAGS = -m32 -Wall -Wextra -Wdouble-promotion -Wnonnull -Wnull-dereference -Winit-self -Wimplicit-fallthrough=4 -Wunused-function -Wunused-label -Wunused -Wuninitialized -Wstringop-overflow -Walloca -I/usr/include -I../include
#CCFLAGS = -fPIC -I/usr/include -I../include
CCFLAGS = -m32 -I/usr/include -I../include
#PCA = cc $(CCFLAGS) -D STATIC_CCFLAGS='"$(CCFLAGS)"' -c xsun=1 -I../include/ -I/usr/include
PCA = $(COMPILER) $(CCFLAGS) -D STATIC_CCFLAGS='"$(CCFLAGS)"' -c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment