Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122779613
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jul 22, 02:13
Size
231 B
Mime Type
text/x-makefile
Expires
Thu, Jul 24, 02:13 (2 d)
Engine
blob
Format
Raw Data
Handle
27520237
Attached To
R11201 phpc-2021
Makefile
View Options
#OPTIM+=-O3 -march=native
DEBUG+=-g -O1
CXX=g++
CC=g++
LD=${CXX}
CXXFLAGS+=$(OPTIM) $(DEBUG) -Wall -Wextra -std=c++11
LDFLAGS+=$(OPTIM) $(DEBUG) $(CXXFLAGS) -lm
all: read write
pi: read.o write.o
clean:
rm -f read write *.o *~
Event Timeline
Log In to Comment