Skip to content

Commit

Permalink
misc2
Browse files Browse the repository at this point in the history
  • Loading branch information
smp committed Dec 15, 2021
2 parents 1b18ce7 + d83564b commit 6155a55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ jobs:
cd ${GITHUB_WORKSPACE}
- name: Make
run: |
make arch=MAC FFTW=${HOME}/fftw-3.3.8
g++ -v
make ARCH=MAC FFTW=${HOME}/fftw-3.3.8
tar cvzf mac-luna.tar.gz luna behead destrat
./luna -v
ls -lh luna destrat
- uses: actions/upload-artifact@v2
with:
name: mac-luna.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CXX = g++

CC = gcc

CXXFLAGS=-O2 -std=gnu++11 -MMD -MP -I. -I..
CXXFLAGS=-O2 -std=gnu++11 -MMD -MP -I. -I..
#CXXFLAGS=-O0 -std=gnu++11 -MMD -MP -I. -I.. -pg

CXXFLAGS +=$(DEP_INCLUDES)
Expand Down

0 comments on commit 6155a55

Please sign in to comment.