Revision 572be6563c972eda8d60baea075a05fd29c87714 authored by James Foucar on 18 October 2023, 21:09:38 UTC, committed by James Foucar on 18 October 2023, 21:09:38 UTC
Fix NDEBUG cppdef

The logic for adding it accidentally got inverted by an earlier PR.

[BFB]
2 parent s 17e6feb + 5811e29
Raw File
.gitignore
# Object files
*.lo
*.o

# Fortran module files
*.mod

# Static libraries
*.la
*.a

# Executables
*.exe

# Logs
*.log

# Ignore netCDF files.
*.nc

# Ignore python bytecode files
*.pyc
buildnmlc
buildlibc
buildlib_cmakec

#the site directory
site

# Ignore emacs backup files
*~
back to top