Skip to content

Instantly share code, notes, and snippets.

@sehe
Created July 6, 2012 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sehe/3062541 to your computer and use it in GitHub Desktop.
Save sehe/3062541 to your computer and use it in GitHub Desktop.
pi sub-message stats
all:test
CPPFLAGS+=-std=c++0x
CPPFLAGS+=-g -O3
CPPFLAGS+=-fopenmp
CPPFLAGS+=-march=native
# CXX=/usr/lib/gcc-snapshot/bin/g++
# CC=/usr/lib/gcc-snapshot/bin/gcc
%:%.cpp
$(CXX) $(CFLAGS) $(CPPFLAGS) $^ -o $@ $(LDFLAGS)
%.exe:%.cs
mcs -unsafe+ -optimize+ -reference:System.Core $^
This file has been truncated, but you can view the full file.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment